CsgoBLOCKS modifications

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

CsgoBLOCKS modificationsคืออะไร?

CsgoBLOCKS modifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom และคุณลักษณะหลักของมันคือ "Automatically win Auto-Giveaways, View BlockSelector winner quickly, View BlockFaces winner quickly, View any user's profile"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CsgoBLOCKS modifications

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}