Porn Blocker

blocks pages containing porn.

Porn Blockerとは何ですか?

Porn BlockerはAyman Eltemmsahyによって開発されたChromeの拡張機能で、その主な機能は「blocks pages containing porn.」です。

Porn Blocker拡張機能のCRXファイルをダウンロード

Porn Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension blocks porn websites. It gives you the ability to change the opacity of the page to partially see what's beneath. And you can view the page if you decide you want to see it.                    

拡張機能の基本情報

名前 Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
公式URL https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
説明 blocks pages containing porn.
ファイルサイズ 61.37 KB
インストール数 302
現在のバージョン 1.14
最終更新日 2014-11-17
公開日 2014-11-17
評価 3.60/5 合計 5 レビュー
開発者 Ayman Eltemmsahy
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Blocker",
    "version": "1.14",
    "description": "blocks pages containing porn.",
    "icons": {
        "16": "icon-16.ico",
        "48": "icon-48.ico",
        "128": "icon-128.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extra.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}