adultblacklist
Blocks the biggest adult sites
adultblacklistคืออะไร?
adultblacklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย serv.ing.apps และคุณลักษณะหลักของมันคือ "Blocks the biggest adult sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย adultblacklist
ดาวน์โหลดไฟล์ส่วนขยาย adultblacklist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Blocks the biggest adult sites: those in the top-1-million sites. It combines the blacklist at http://dsi.ut-capitole.fr/blacklists/index_en.php and the Alexa, Majestic Million, and Cisco-eze top million sites. (This keeps the addon size manageable).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | adultblacklist |
ID | nlaagnlbhaoodpoaoigcjpepnhbkimnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/adultblacklist/nlaagnlbhaoodpoaoigcjpepnhbkimnb |
คำอธิบาย | Blocks the biggest adult sites |
ขนาดไฟล์ | 94.48 KB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2019-04-09 |
วันที่เผยแพร่ | 2019-04-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | serv.ing.apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/serv-inc/blacklist/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "adultblacklist", "description": "Blocks the biggest adult sites", "version": "0.5.0", "applications": { "gecko": { "id": "{b4eda7b1-2bbe-4961-b336-aaad77d87a47}" } }, "permissions": [ "tabs" ], "icons": { "128": "clipboard-list-solid.png" }, "background": { "scripts": [ "background.js" ] } } |