Dan
Dan with options
Cos'è Dan?
Dan è un'estensione di Chrome sviluppata da https://dan101.com, e la sua funzione principale è "Dan with options".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dan
Scarica i file di estensione Dan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | japfellgpinphndfnhmiafdhodkljnpe |
URL Ufficiale | https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe |
Descrizione | Dan with options |
Dimensione del File | 51.49 KB |
Conteggio Installazioni | 308 |
Versione Corrente | 7.0 |
Ultimo Aggiornamento | 2023-04-05 |
Data di Pubblicazione | 2020-10-10 |
Sviluppatore | https://dan101.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dan101.com |
URL della Pagina di Aiuto | https://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs |
URL della Pagina della Politica sulla Privacy | https://dan101.com |
Lingue Supportate | 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" ] } |