Dan
Dan with options
Was ist Dan?
Dan ist eine Chrome-Erweiterung, die von https://dan101.com entwickelt wurde, und ihr Hauptmerkmal ist "Dan with options".
Erweiterungsscreenshots
Dan-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | japfellgpinphndfnhmiafdhodkljnpe |
Offizielle URL | https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe |
Beschreibung | Dan with options |
Dateigröße | 51.49 KB |
Installationsanzahl | 308 |
Aktuelle Version | 7.0 |
Letztes Update | 2023-04-05 |
Veröffentlichungsdatum | 2020-10-10 |
Entwickler | https://dan101.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dan101.com |
Hilfeseite URL | https://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs |
URL der Datenschutzrichtlinien-Seite | https://dan101.com |
Unterstützte Sprachen | 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" ] } |