Simple Dan
Simple Dan with options
Cos'è Simple Dan?
Simple Dan è un'estensione di Chrome sviluppata da https://dan101.com, e la sua funzione principale è "Simple Dan with options".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Dan
Scarica i file di estensione Simple 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
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.
Informazioni di Base sull'Estensione
Nome | Simple Dan |
ID | indenegfmkfidlpecibjlcgkokilhfgp |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp |
Descrizione | Simple Dan with options |
Dimensione del File | 20.8 KB |
Conteggio Installazioni | 488 |
Versione Corrente | 5.0 |
Ultimo Aggiornamento | 2023-01-10 |
Data di Pubblicazione | 2020-06-08 |
Sviluppatore | https://dan101.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dan101.com |
URL della Pagina di Aiuto | https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c |
URL della Pagina della Politica sulla Privacy | https://dan101.com |
Lingue Supportate | 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" ] } |