Spooky Season
Gets you in a spooky mood for the spookiest time of year.
Spooky Seasonとは何ですか?
Spooky SeasonはClarissa Klevenoによって開発されたChromeの拡張機能で、その主な機能は「Gets you in a spooky mood for the spookiest time of year.」です。
拡張機能のスクリーンショット
Spooky Season拡張機能のCRXファイルをダウンロード
Spooky Season拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Spooky Season is an extension that changes references to fall or autumn to "Spooky Season", as well as some other key phrases changed to their spooky counter parts.
拡張機能の基本情報
名前 | Spooky Season |
ID | lhogfbebcmgaomjijhhckcpileijjgeo |
公式URL | https://chromewebstore.google.com/detail/spooky-season/lhogfbebcmgaomjijhhckcpileijjgeo |
説明 | Gets you in a spooky mood for the spookiest time of year. |
ファイルサイズ | 9.03 KB |
インストール数 | 25 |
現在のバージョン | 1.0 |
最終更新日 | 2019-10-05 |
公開日 | 2019-10-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Clarissa Kleveno |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spooky Season", "description": "Gets you in a spooky mood for the spookiest time of year.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "permissions": [ "activeTab" ], "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |