CsgoBLOCKS modifications

Automatically win Auto-Giveaways, View BlockSelector winner quickly, View BlockFaces winner quickly, View any user's profile

什么是CsgoBLOCKS modifications?

CsgoBLOCKS modifications是由Tom开发的Chrome扩展程序,该扩展的主要功能是“Automatically win Auto-Giveaways, View BlockSelector winner quickly, View BlockFaces winner quickly, View any user's profile”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载CsgoBLOCKS modifications扩展crx文件

下载CsgoBLOCKS modifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Nothing to do with csgoblocks.
Features:
> Withdrawal tab price checker (USD only)
> Automatically win giveaways 
> No wait to see which block wins on BlockSelector
> No wait to see winner on BlockFaces
> No wait to see winner on BlocksVersus
> Fullscreen chat
> View any user's profile
> Reconnect to API without reloading page
> View youtube videos in page
> Store more chat messages
> Prevent chat being cleared
> Blocks auto-invest

Comments:
- Outdated screenshots                    

扩展基本信息

名称 CsgoBLOCKS modifications CsgoBLOCKS modifications
ID ffgkhikhijimhbmjkbfcchjlgdlfccmb
官方URL https://chrome.google.com/webstore/detail/csgoblocks-modifications/ffgkhikhijimhbmjkbfcchjlgdlfccmb
简介 Automatically win Auto-Giveaways, View BlockSelector winner quickly, View BlockFaces winner quickly, View any user's profile
文件大小 37.38 KB
安装次数 10
当前版本 4
更新时间 2018-02-19
上架时间 2018-02-19
评分 5.00/5 共2次评分
开发者 Tom
付费类型 free
扩展官网 https://discord.gg/QQQBJtC
帮助页面URL https://discord.gg/QQQBJtC
隐私政策页面URL https://github.com/Douile/Chrome-Audio-Visualizer/blob/master/PRIVACY.md
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "author": "Tom",
    "version": "4",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "\/pages\/background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "\/pages\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/csgoblocks.com\/*"
            ],
            "js": [
                "\/js\/inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "CSGOBlocks MODS",
        "default_popup": "\/pages\/popup.html"
    },
    "web_accessible_resources": [
        "\/js\/page.js",
        "\/css\/fs.css",
        "\/css\/page.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/csgoblocks.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: chrome-extension-resource: https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com ; object-src 'self'",
    "permissions": [
        "contextMenus",
        "storage"
    ]
}