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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}