Skip to content

Commit

Permalink
[Modify] content-scriptの読み込みタイミングを早く
Browse files Browse the repository at this point in the history
  • Loading branch information
istallia committed Feb 23, 2021
1 parent eb6f659 commit 63d9a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version" : 2,
"name" : "コモンズ素材名直送ツール",
"version" : "0.1.2",
"version" : "0.1.3",
"description" : "ニコニ・コモンズにて素材名をファイル名に付加した状態でダウンロードできるようにする拡張機能",
"author" : "istallia",
"icons" : {
Expand All @@ -12,6 +12,7 @@
"content_scripts": [
{
"matches": ["http://commons.nicovideo.jp/material/*", "https://commons.nicovideo.jp/material/*"],
"run_at" : "document_end",
"js": ["content-script.js"]
}
],
Expand Down

0 comments on commit 63d9a86

Please sign in to comment.