Auto Clicker Updates
This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)!
Hvad er Auto Clicker Updates?
Auto Clicker Updates er en Chrome-udvidelse udviklet af https://autoclicker-ios.com, og dens hovedfunktion er "This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)!".
Udvidelsesskærmbilleder
Download Auto Clicker Updates-udvidelses-CRX-fil
Download Auto Clicker Updates-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aefjfgngeenlbihjieaenobbdfjikgdc |
Officiel URL | https://chrome.google.com/webstore/detail/auto-clicker-updates/aefjfgngeenlbihjieaenobbdfjikgdc |
Beskrivelse | This extension was created to share updates on the new Auto Clicker for iOS Project. Thank you for installing :)! |
Filstørrelse | 358 KB |
Antal Installationer | 2,000 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-03-19 |
Udgivelsesdato | 2021-03-19 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | https://autoclicker-ios.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://autoclicker-ios.com |
Hjælpeside-URL | https://autoclicker-ios.com |
URL til Fortrolighedspolitik Side | https://autoclicker-ios.com/privacy-policy |
Understøttede Sprog | 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" } } |