Cookie Clicker Buddy
Let's mod Cookie Clicker!
Cookie Clicker Buddyとは何ですか?
Cookie Clicker BuddyはSteven Holmsによって開発されたChromeの拡張機能で、その主な機能は「Let's mod Cookie Clicker!」です。
拡張機能のスクリーンショット
Cookie Clicker Buddy拡張機能のCRXファイルをダウンロード
Cookie Clicker Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A silly little Cookie Clicker (https://orteil.dashnet.org/cookieclicker/) extension I made to enable some mods. Current mods: - Auto click all Golden Cookies on the screen at a rate of 30 times per second See the source code on the homepage
拡張機能の基本情報
名前 | Cookie Clicker Buddy |
ID | pcjgpaoccfljpcenfoonloideeelljih |
公式URL | https://chromewebstore.google.com/detail/cookie-clicker-buddy/pcjgpaoccfljpcenfoonloideeelljih |
説明 | Let's mod Cookie Clicker! |
ファイルサイズ | 14.81 KB |
インストール数 | 6,336 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-02-11 |
公開日 | 2020-02-11 |
評価 | 2.59/5 合計 17 レビュー |
開発者 | Steven Holms |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/superlinkx/cookie-clicker-buddy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Clicker Buddy", "description": "Let's mod Cookie Clicker!", "version": "1.0.1", "author": "Steven Holms", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/orteil.dashnet.org\/cookieclicker*" ], "js": [ "scripts\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "declarativeContent" ], "page_action": { "default_title": "Cookie Clicker Buddy", "default_popup": "index.html" } } |