AutoClaim - CodeCrack
FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
AutoClaim - CodeCrackとは何ですか?
AutoClaim - CodeCrackは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)」です。
拡張機能のスクリーンショット
AutoClaim - CodeCrack拡張機能のCRXファイルをダウンロード
AutoClaim - CodeCrack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | AutoClaim - CodeCrack |
ID | ahnoadnanolangjffklbfdkfbmplmmln |
公式URL | https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln |
説明 | FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.) |
ファイルサイズ | 49.33 KB |
インストール数 | 1,366 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-05-09 |
公開日 | 2020-05-08 |
評価 | 3.25/5 合計 12 レビュー |
開発者 | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |