BarbBlock
Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
BarbBlockคืออะไร?
BarbBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย paulgb และคุณลักษณะหลักของมันคือ "Blocks requests to sites which have used legal threats to remove themselves from other blacklists."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BarbBlock
ดาวน์โหลดไฟล์ส่วนขยาย BarbBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BarbBlock is a content blocking extension for Google Chrome. It blocks requests to sites which have used DMCA takedowns to force removal from other blacklists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BarbBlock |
ID | nfgbdnfloghjocgmnclgpjnhhghmjpma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma |
คำอธิบาย | Blocks requests to sites which have used legal threats to remove themselves from other blacklists. |
ขนาดไฟล์ | 22.01 KB |
จำนวนการติดตั้ง | 194 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2019-06-03 |
วันที่เผยแพร่ | 2019-06-03 |
คะแนน | 4.94/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | paulgb |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/paulgb/BarbBlock/blob/master/README.md |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BarbBlock", "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.", "version": "1.5", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "background": { "scripts": [ "barbblock.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", " |