Auto Clicker Updates
This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)!
O que é Auto Clicker Updates?
Auto Clicker Updates é uma extensão do Chrome desenvolvida por https://autoclicker-ios.com, e sua principal característica é "This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Clicker Updates
Baixe arquivos de extensão Auto Clicker Updates 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
This extension was created to share updates on the new Clicker project from us. Thank you for installing :) Updates for the new the autoclicker. Thank you installing, we are continuing to update and get out new patches and fixes for the autoclicker. Stay tuned and keep this extension installed for the latest news & updates. Currently in development and looking for more beta testers!
Informações Básicas da Extensão
Nome | |
ID | aefjfgngeenlbihjieaenobbdfjikgdc |
URL Oficial | https://chrome.google.com/webstore/detail/auto-clicker-updates/aefjfgngeenlbihjieaenobbdfjikgdc |
Descrição | This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)! |
Tamanho do Arquivo | 358 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.1 |
Última Atualização | 2021-03-19 |
Data de Publicação | 2021-03-19 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://autoclicker-ios.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://autoclicker-ios.com |
URL da Página de Ajuda | https://autoclicker-ios.com |
URL da Página de Política de Privacidade | https://autoclicker-ios.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Clicker Updates", "version": "1.1", "manifest_version": 2, "description": "This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)!", "homepage_url": "https:\/\/autoclicker-ios.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |