Dan
Dan with options
什麼是Dan?
Dan是由https://dan101.com開發的Chrome擴展程式,該擴展的主要功能是“Dan with options”。
擴展截圖
下載Dan擴展crx文件
下載Dan擴展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 | japfellgpinphndfnhmiafdhodkljnpe |
| 官方網址 | https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe |
| 簡介 | Dan with options |
| 檔案大小 | 51.49 KB |
| 安裝次數 | 308 |
| 目前版本 | 7.0 |
| 更新時間 | 2023-04-05 |
| 上架時間 | 2020-10-10 |
| 開發者 | https://dan101.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://dan101.com |
| 說明頁面URL | https://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs |
| 隱私政策頁面URL | https://dan101.com |
| 支援的語言 | 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": " 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": " 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"
]
} | |