Dan
Dan with options
O que é Dan?
Dan é uma extensão do Chrome desenvolvida por https://dan101.com, e sua principal característica é "Dan with options".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dan
Baixe arquivos de extensão Dan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | japfellgpinphndfnhmiafdhodkljnpe |
URL Oficial | https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe |
Descrição | Dan with options |
Tamanho do Arquivo | 51.49 KB |
Contagem de Instalações | 308 |
Versão Atual | 7.0 |
Última Atualização | 2023-04-05 |
Data de Publicação | 2020-10-10 |
Desenvolvedor | https://dan101.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dan101.com |
URL da Página de Ajuda | https://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs |
URL da Página de Política de Privacidade | https://dan101.com |
Idiomas Suportados | 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" ] } |