Team Dan
Dan with options
Team Danとは何ですか?
Team Danは2017teamzdによって開発されたChromeの拡張機能で、その主な機能は「Dan with options」です。
拡張機能のスクリーンショット
Team Dan拡張機能のCRXファイルをダウンロード
Team Dan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just a little something to help you play this game we love so much. Great for helping you feed and visit your friends. Enjoy.
拡張機能の基本情報
名前 | |
ID | hjokkhicaclbmhnnofhfnagkdaekhojn |
公式URL | https://chrome.google.com/webstore/detail/team-dan/hjokkhicaclbmhnnofhfnagkdaekhojn |
説明 | Dan with options |
ファイルサイズ | 62.66 KB |
インストール数 | 2,000 |
現在のバージョン | 7.0 |
最終更新日 | 2020-06-07 |
公開日 | 2020-06-07 |
評価 | 4.48/5 合計 33 レビュー |
開発者 | 2017teamzd |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "externally_connectable": { "matches": [ "https:\/\/zooworldgame.popreach.com\/*" ] }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html", "default_title": "Team Dan" }, "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/zooworldgame.popreach.com\/facebook_apps\/zooparent\/*", "http*:\/\/zooworldgame.popreach.com\/facebook_apps\/zooClassic\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Dan with options", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Team Dan", "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contentSettings", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "storage", "http:\/\/*.popreach.com\/*", "https:\/\/*.popreach.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.0", "web_accessible_resources": [ "manageGift.js", "manageGift.html", "options.js", "options.html" ] } |