AutoClaim - CodeCrack
FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Co to jest AutoClaim - CodeCrack?
AutoClaim - CodeCrack to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AutoClaim - CodeCrack
Pobierz pliki rozszerzeń AutoClaim - CodeCrack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Freebitco free roll Auto Claim. this chrome extension works only for freebitco accounts that does not have any captcha images. it will automatically collect free rolls every hour. this chrome extension also provides an automatic multiply betting method for freebitco multiply game. it also allows users to control or change settings for multiply betting game. Multiply betting method is activated upon user request to the developer of the chrome extension.
Podstawowe informacje o rozszerzeniu
Nazwa | AutoClaim - CodeCrack |
ID | ahnoadnanolangjffklbfdkfbmplmmln |
Oficjalny URL | https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln |
Opis | FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.) |
Rozmiar pliku | 49.33 KB |
Liczba instalacji | 1,366 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-05-09 |
Data Publikacji | 2020-05-08 |
Ocena | 3.25/5 Łącznie 12 Oceny |
Deweloper | [email protected] |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoClaim - CodeCrack", "version": "1.0.0", "description": "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "storage", "https:\/\/freebitco.in\/*" ], "content_scripts": [ { "matches": [ "https:\/\/freebitco.in\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon16.png", "default_title": "AutoClaim" } } |