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).
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } } |