Dan 101
Dan 101 with options
Wat is Dan 101?
Dan 101 is een Chrome-extensie ontwikkeld door http://dan101.com, en de belangrijkste functie is "Dan 101 with options".
Extensie Screenshots
Download het CRX-bestand van de extensie Dan 101
Download Dan 101-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
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.
Basisinformatie over de Extensie
Naam | |
ID | bfjjkdleggcbmglmchejiighplfbnpll |
Officiële URL | https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll |
Beschrijving | Dan 101 with options |
Bestandsgrootte | 51.73 KB |
Aantal Installaties | 1,049 |
Huidige Versie | 5.3 |
Laatst Bijgewerkt | 2023-01-09 |
Publicatiedatum | 2023-01-09 |
Beoordeling | 4.40/5 Totaal 15 Beoordelingen |
Ontwikkelaar | http://dan101.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dan101.com |
Help Pagina-URL | https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy |
URL van de Privacybeleid Pagina | https://dan101.com |
Ondersteunde Talen | 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" ] } |