Tahir

Avoid haram images & videos on the Internet.

Tahirとは何ですか?

TahirはFusha Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Avoid haram images & videos on the Internet.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        As modesty standards have deteriorated, it has become impossible to avoid impermissible images when browsing the web. Tahir (def: "to purify") chrome extension is your shield. Automatically blur out images & videos on each website you visit to prevent accidentally seeing anything impermissible. If there is an image/video you would like to see, temporarily turn Tahir off by pressing "Alt+L" or hover your mouse over an image & press "Alt+K" to selectively reveal. You can also permanently whitelist safe websites. 

----- Privacy Policy -----
This extension does not track any of your browsing history, whatsoever. All of our code is open source & transparent, see here: https://github.com/fushatech/tahir

----- Support -----
For any questions, bugs, or comments, please contact us at [email protected].                    

拡張機能の基本情報

名前 Tahir Tahir
ID ihmoammkfbdpokfiiifajdkfglmfejca
公式URL https://chromewebstore.google.com/detail/tahir/ihmoammkfbdpokfiiifajdkfglmfejca
説明 Avoid haram images & videos on the Internet.
ファイルサイズ 16.08 KB
インストール数 2,389
現在のバージョン 1.0.5
最終更新日 2020-06-07
公開日 2020-06-07
評価 4.76/5 合計 79 レビュー
開発者 Fusha Technologies
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tahir",
    "description": "Avoid haram images & videos on the Internet.",
    "version": "1.0.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Tahir",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon128.png"
    },
    "commands": {
        "reverse_status": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Reverse blur state"
        },
        "toggle_selected": {
            "suggested_key": {
                "default": "Alt+K"
            },
            "description": "Unblur\/reblur selected image"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "tab.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}