Blitz Blocker

Disable access to selected websites.

Blitz Blockerคืออะไร?

Blitz Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marko Polo และคุณลักษณะหลักของมันคือ "Disable access to selected websites."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Blitz Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Blitz Blocker is an application meant to boost your productivity and overall mental health by disabling access to certain websites. Stay calm and have fun!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blitz Blocker Blitz Blocker
ID dhmpfkilnijpenaiehmhepkpmbapamcg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/blitz-blocker/dhmpfkilnijpenaiehmhepkpmbapamcg
คำอธิบาย Disable access to selected websites.
ขนาดไฟล์ 7.77 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-02-13
วันที่เผยแพร่ 2014-02-13
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Marko Polo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blitz Blocker",
    "version": "1.2",
    "description": "Disable access to selected websites.",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Blitz Blocker",
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/www.blic.rs\/*",
                "http:\/\/zena.blic.rs\/*",
                "http:\/\/www.kurir-info.rs\/*",
                "http:\/\/stil.kurir-info.rs\/*"
            ],
            "js": [
                "blitzblocker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icon_128.png"
    ]
}