adultblacklist
Blocks the biggest adult sites
什麼是adultblacklist?
adultblacklist是由serv.ing.apps開發的Chrome擴展程式,該擴展的主要功能是“Blocks the biggest adult sites”。
擴展截圖
下載adultblacklist擴展crx文件
下載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). 擴展基本資訊
| 名稱 | |
| ID | nlaagnlbhaoodpoaoigcjpepnhbkimnb |
| 官方網址 | 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"
]
}
} | |