Simple Dan
Simple Dan with options
Wat is Simple Dan?
Simple Dan is een Chrome-extensie ontwikkeld door https://dan101.com, en de belangrijkste functie is "Simple Dan with options".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Dan
Download Simple Dan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple Dan 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.
Basisinformatie over de Extensie
Naam | Simple Dan |
ID | indenegfmkfidlpecibjlcgkokilhfgp |
Officiële URL | https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp |
Beschrijving | Simple Dan with options |
Bestandsgrootte | 20.8 KB |
Aantal Installaties | 488 |
Huidige Versie | 5.0 |
Laatst Bijgewerkt | 2023-01-10 |
Publicatiedatum | 2020-06-08 |
Ontwikkelaar | https://dan101.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dan101.com |
Help Pagina-URL | https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c |
URL van de Privacybeleid Pagina | https://dan101.com |
Ondersteunde Talen | en-US |
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": "Simple Dan with options", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Simple Dan", "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.0", "web_accessible_resources": [ "manageGift.js", "manageGift.html", "options.js", "options.html" ] } |