Site Blocker
Stay focused and let block site automatically blocks websites of your choice.
Site Blockerคืออะไร?
Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GVM Technologies และคุณลักษณะหลักของมันคือ "Stay focused and let block site automatically blocks websites of your choice."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Site Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mfmleebemfdblbhbnobhbnofaoapnijo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/site-blocker/mfmleebemfdblbhbnobhbnofaoapnijo |
คำอธิบาย | Stay focused and let block site automatically blocks websites of your choice. |
ขนาดไฟล์ | 242 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-01-10 |
วันที่เผยแพร่ | 2018-01-10 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | GVM Technologies |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site Blocker", "description": "Stay focused and let block site automatically blocks websites of your choice.", "version": "1.0.1", "icons": { "16": "assets\/images\/16.png", "48": "assets\/images\/48.png", "128": "assets\/images\/128.png" }, "background": { "scripts": [ "assets\/js\/lib\/jquery-3.2.1.min.js", "assets\/js\/lib\/constant.js", "assets\/js\/service\/blockedUrlsService.js", "assets\/js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "view\/login.html", "default_title": "Site Blocker" } } |