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" } } |