Simple Dan
Simple Dan with options
什么是Simple Dan?
Simple Dan是由https://dan101.com开发的Chrome扩展程序,该扩展的主要功能是“Simple Dan with options”。
扩展截图
下载Simple Dan扩展crx文件
下载Simple Dan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple Dan is an assistant used for playing Zooworld 1. It helps maintain your zoo by automatically doing simple tasks for you. Completely safe for all pc users.
扩展基本信息
名称 | Simple Dan |
ID | indenegfmkfidlpecibjlcgkokilhfgp |
官方URL | https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp |
简介 | Simple Dan with options |
文件大小 | 20.8 KB |
安装次数 | 488 |
当前版本 | 5.0 |
更新时间 | 2023-01-10 |
上架时间 | 2020-06-08 |
开发者 | https://dan101.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dan101.com |
帮助页面URL | https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c |
隐私政策页面URL | https://dan101.com |
支持的语言 | en-US |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/zooworldgame.popreach.com\/*", "http*:\/\/zooworldclassic.popreach.com\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Simple Dan with options", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Simple Dan", "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "storage", "http:\/\/*.popreach.com\/*", "https:\/\/*.popreach.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.0", "web_accessible_resources": [ "manageGift.js", "manageGift.html", "options.js", "options.html" ] } |