Dan 101
Dan 101 with options
什么是Dan 101?
Dan 101是由http://dan101.com开发的Chrome扩展程序,该扩展的主要功能是“Dan 101 with options”。
扩展截图
下载Dan 101扩展crx文件
下载Dan 101扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dan 101 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.
扩展基本信息
名称 | |
ID | bfjjkdleggcbmglmchejiighplfbnpll |
官方URL | https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll |
简介 | Dan 101 with options |
文件大小 | 51.73 KB |
安装次数 | 1,049 |
当前版本 | 5.3 |
更新时间 | 2023-01-09 |
上架时间 | 2023-01-09 |
评分 | 4.40/5 共15次评分 |
开发者 | http://dan101.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dan101.com |
帮助页面URL | https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy |
隐私政策页面URL | https://dan101.com |
支持的语言 | en |
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": "Dan 101 with options", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Dan 101", "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.3", "web_accessible_resources": [ "manageGift.js", "manageGift.html", "options.js", "options.html" ] } |