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" ] } |