Kahf Tube: A Better way of view

Our extension filters out haram content on YouTube to provide a safe, halal browsing experience.

Kahf Tube: A Better way of view란 무엇입니까?

Kahf Tube: A Better way of view은(는) https://kahf.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Our extension filters out haram content on YouTube to provide a safe, halal browsing experience."입니다.

확장 프로그램 스크린샷

screenshot

Kahf Tube: A Better way of view 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our  Chrome Extension is designed to provide a safe and halal browsing experience for users who want to watch YouTube videos without being exposed to haram content. The extension works by using advanced filtering technology to detect and block any videos that contain inappropriate or haram material, such as nudity, vulgar language, or violence.                    

확장 프로그램 기본 정보

이름 Kahf Tube: A Better way of view Kahf Tube: A Better way of view
ID bciibaiaobmfedbaiidepncbmjpfbbih
공식 URL https://chromewebstore.google.com/detail/kahf-tube-a-better-way-of/bciibaiaobmfedbaiidepncbmjpfbbih
설명 Our extension filters out haram content on YouTube to provide a safe, halal browsing experience.
파일 크기 44.83 KB
설치 횟수 54
현재 버전 1.1.1
최근 업데이트 2023-08-15
출시 날짜 2023-04-05
평점 5.00/5 총 3 개의 평점
개발자 https://kahf.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kahf.ai/
개인정보 보호 정책 페이지 URL https://kahf.ai/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.1",
    "name": "Kahf Tube: A Better way of view",
    "description": "Our extension filters out haram content on YouTube to provide a safe, halal browsing experience.",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "state.ca14e389.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "hadith.084ec100.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "helpers.83ebd38d.js"
            ],
            "css": []
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contents.4683de87.js"
            ],
            "all_frames": true,
            "css": [
                "contents.e91c5888.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "*:\/\/*.kahf.ai\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.ac728dbe.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "helpers.34e6716b.svg"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "helpers.34e6716b.svg"
            ]
        }
    ]
}