Dan 101
Dan 101 with options
What is Dan 101?
Dan 101 is a Chrome extension developed by http://dan101.com, and its main feature is "Dan 101 with options".
Extension Screenshots
Download Dan 101 Extension CRX File
Download Dan 101 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bfjjkdleggcbmglmchejiighplfbnpll |
Official URL | https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll |
Description | Dan 101 with options |
File Size | 51.73 KB |
Installation Count | 1,049 |
Current Version | 5.3 |
Last Updated | 2023-01-09 |
Publish Date | 2023-01-09 |
Rating | 4.40/5 Total 15 Ratings |
Developer | http://dan101.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dan101.com |
Help Page URL | https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy |
Privacy Policy Page URL | https://dan101.com |
Supported Languages | 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" ] } |