Simple Site Blocker
Block websites easily. Stay focused.
Simple Site Blockerคืออะไร?
Simple Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b4rtaz และคุณลักษณะหลักของมันคือ "Block websites easily. Stay focused."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Site Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Simple Site Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Block disturbing websites easily. Stay focused. This extension allows you to block any website. Please note that, the extension blocks the whole domain. When you want to take a break you may deactivate the blocking easily for all blocked sites. This extension DOES NOT contain ads, tracking or premium. Your privacy is very important for us.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Site Blocker |
ID | akhfampbeegijbknnencolmclbnaceab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab |
คำอธิบาย | Block websites easily. Stay focused. |
ขนาดไฟล์ | 36.88 KB |
จำนวนการติดตั้ง | 1,663 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2023-06-25 |
วันที่เผยแพร่ | 2020-10-22 |
คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | b4rtaz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/b4rtaz/simple-site-blocker |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Site Blocker", "version": "0.1.1", "description": "Block websites easily. Stay focused.", "author": "Bartlomiej Tadych", "homepage_url": "https:\/\/github.com\/b4rtaz\/simple-site-blocker", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_title": "Simple Site Blocker", "default_popup": "popup.html", "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" } }, "background": { "scripts": [ "api.js", "background.js" ] }, "web_accessible_resources": [ "blocked.html", "blocked.css", "blocked.js", "api.js" ], "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", " |