Dan 101
Dan 101 with options
Qu'est-ce que Dan 101 ?
Dan 101 est une extension Chrome développée par http://dan101.com, et sa fonction principale est "Dan 101 with options".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dan 101
Téléchargez les fichiers d'extension Dan 101 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bfjjkdleggcbmglmchejiighplfbnpll |
URL Officiel | https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll |
Description | Dan 101 with options |
Taille du Fichier | 51.73 KB |
Nombre d'Installations | 1,049 |
Version Actuelle | 5.3 |
Dernière Mise à Jour | 2023-01-09 |
Date de Publication | 2023-01-09 |
Évaluation | 4.40/5 Total 15 Évaluations |
Développeur | http://dan101.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dan101.com |
URL de la Page d'Aide | https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy |
URL de la Page de Politique de Confidentialité | https://dan101.com |
Langues Prises en Charge | 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" ] } |