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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Our extension filters out haram content on YouTube to provide a safe, halal browsing experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kahf Tube: A Better way of view एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}