Auto Clicker Updates
This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)!
Что такое Auto Clicker Updates?
Auto Clicker Updates - это расширение Chrome, разработанное https://autoclicker-ios.com, и его основная функция - "This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)!".
Снимки экрана расширения
Скачать файл CRX расширения Auto Clicker Updates
Скачайте файлы расширений Auto Clicker Updates в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | aefjfgngeenlbihjieaenobbdfjikgdc |
Официальный URL | https://chrome.google.com/webstore/detail/auto-clicker-updates/aefjfgngeenlbihjieaenobbdfjikgdc |
Описание | This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)! |
Размер файла | 358 KB |
Количество установок | 2,000 |
Текущая Версия | 1.1 |
Последнее Обновление | 2021-03-19 |
Дата публикации | 2021-03-19 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | https://autoclicker-ios.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://autoclicker-ios.com |
URL страницы помощи | https://autoclicker-ios.com |
URL страницы политики конфиденциальности | https://autoclicker-ios.com/privacy-policy |
Поддерживаемые языки | 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" } } |