Tahir

Avoid haram images & videos on the Internet.

Tahir là gì?

Tahir là một tiện ích mở rộng Chrome được phát triển bởi Fusha Technologies, và tính năng chính của nó là "Avoid haram images & videos on the Internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tahir

Tải xuống các tệp mở rộng Tahir dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tahir Tahir
ID ihmoammkfbdpokfiiifajdkfglmfejca
URL Chính Thức https://chromewebstore.google.com/detail/tahir/ihmoammkfbdpokfiiifajdkfglmfejca
Mô tả Avoid haram images & videos on the Internet.
Kích Thước Tệp 16.08 KB
Số Lần Cài Đặt 2,389
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-06-07
Ngày Phát Hành 2020-06-07
Đánh Giá 4.76/5 Tổng số 79 Đánh Giá
Nhà Phát Triển Fusha Technologies
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}