Trick or treat!
A halloween cookie clicker!
Trick or treat!とは何ですか?
Trick or treat!は2K inc.によって開発されたChromeの拡張機能で、その主な機能は「A halloween cookie clicker!」です。
拡張機能のスクリーンショット
Trick or treat!拡張機能のCRXファイルをダウンロード
Trick or treat!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Go trick or treating, but with a twist: in the computer! Fun for all ages. Now everyone can go trick or treating anywhere at any time! Visit our website at https://2kinc.me/ Version 2.01 -Bugfixes
拡張機能の基本情報
名前 | |
ID | migjjgahlnpolhmacicegfjdpbbnhngc |
公式URL | https://chrome.google.com/webstore/detail/trick-or-treat/migjjgahlnpolhmacicegfjdpbbnhngc |
説明 | A halloween cookie clicker! |
ファイルサイズ | 343 KB |
インストール数 | 52 |
現在のバージョン | 2.01 |
最終更新日 | 2019-10-31 |
公開日 | 2019-10-31 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | 2K inc. |
支払い方法 | free |
拡張機能のウェブサイト | https://2kinc.me/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trick or treat!", "description": "A halloween cookie clicker!", "version": "2.01", "browser_action": { "default_popup": "index.html", "default_icon": "images\/pumpkin128.png" }, "permissions": [ "storage", "contextMenus" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |