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 |
官方網址 | 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" ] } |