Dan
Dan with options
Qu'est-ce que Dan ?
Dan est une extension Chrome développée par https://dan101.com, et sa fonction principale est "Dan with options".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dan
Téléchargez les fichiers d'extension Dan 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 | japfellgpinphndfnhmiafdhodkljnpe |
URL Officiel | https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe |
Description | Dan with options |
Taille du Fichier | 51.49 KB |
Nombre d'Installations | 308 |
Version Actuelle | 7.0 |
Dernière Mise à Jour | 2023-04-05 |
Date de Publication | 2020-10-10 |
Développeur | https://dan101.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dan101.com |
URL de la Page d'Aide | https://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs |
URL de la Page de Politique de Confidentialité | https://dan101.com |
Langues Prises en Charge | 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" ] } |