Profanity-Blocker

An advanced bad-word-blocker Chrome extension that censors bad words and websites.

Profanity-Blockerとは何ですか?

Profanity-Blockerはhttps://profanityblocker.orgによって開発されたChromeの拡張機能で、その主な機能は「An advanced bad-word-blocker Chrome extension that censors bad words and websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension can detect double meaning words, offers an option to ignore and/or censor double meaning words. You can add and delete words or keep the default filter. Add a password authorization by going to the options menu, and toggle. You can keep records of the most words filtered!

After installing this extension you will be redirected to our website!                    

拡張機能の基本情報

名前 Profanity-Blocker Profanity-Blocker
ID nfeoeimdfclfmipanclebdelkjdhdioj
公式URL https://chromewebstore.google.com/detail/profanity-blocker/nfeoeimdfclfmipanclebdelkjdhdioj
説明 An advanced bad-word-blocker Chrome extension that censors bad words and websites.
ファイルサイズ 693 KB
インストール数 214
現在のバージョン 1.5
最終更新日 2022-08-29
公開日 2021-12-30
評価 4.50/5 合計 8 レビュー
開発者 https://profanityblocker.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://profanityblocker.org
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Profanity-Blocker",
    "version": "1.5",
    "icons": {
        "128": "images\/logo128.png"
    },
    "description": "An advanced bad-word-blocker Chrome extension that censors bad words and websites.",
    "background": {
        "service_worker": "page.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.twitter.com\/*",
                "https:\/\/www.instagram.com\/*",
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "script-src": "'self' object-src"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "incognito": "split"
}