website blocker

Block a site

website blockerคืออะไร?

website blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pioneer.extension.tech และคุณลักษณะหลักของมันคือ "Block a site"

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

screenshot

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

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

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

                        Increase work efficiency by blocking websites. Block websites in multiple ways, permanently, by timeout, by words in url. As additional features user can password protect the extension app and change background of the blocked website.                    

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

ชื่อ website blocker website blocker
ID fpganiclclpclegkfhdmlfoibpjajddi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-blocker/fpganiclclpclegkfhdmlfoibpjajddi
คำอธิบาย Block a site
ขนาดไฟล์ 631 KB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-05
วันที่เผยแพร่ 2021-01-05
ผู้พัฒนา pioneer.extension.tech
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "website blocker",
    "version": "1.0",
    "description": "Block a site",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": [],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Background Changer"
    },
    "content_security_policy": "script-src 'self' 'sha256-XPXTT1UshpgwCgVqCHHlIsFwX\/ez74PNQIN24esAYZs='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}