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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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