Trigger Warning

Temporarily blur video content on Netflix/HBO using one key.

Trigger Warning क्या है?

Trigger Warning https://radeusgd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temporarily blur video content on Netflix/HBO using one key."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Trigger Warning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TriggerWarning allows its users to temporarily blur the video content with a single key. 

It makes internet streaming services a safe place for everyone according to their own preferences. 
Simply press the selected button to avoid watching potentially distressing content. 
Adjust the blur level and decide whether you want to mute the sound or keep it. 
Enjoy the Spongebob Mode, which replaces the unwanted scenes with an amusing, joyful cartoon. 

TriggerWarning currently works on HBO GO and Netflix. 
This is a beta release, more features are planned for future versions. Feel free to contact us with feature suggestions and other feedback.                    

एक्सटेंशन की मूल जानकारी

नाम Trigger Warning Trigger Warning
ID oikfpmlaiejmpdenclhgfcpchjhemnpj
आधिकारिक URL https://chromewebstore.google.com/detail/trigger-warning/oikfpmlaiejmpdenclhgfcpchjhemnpj
विवरण Temporarily blur video content on Netflix/HBO using one key.
फ़ाइल का आकार 46.91 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2018-10-06
प्रकाशन तिथि 2018-10-06
डेवलपर https://radeusgd.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trigger Warning",
    "short_name": "TriggerWarning",
    "version": "1.1.3",
    "description": "Temporarily blur video content on Netflix\/HBO using one key.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbogo.pl\/*",
                "https:\/\/hbogo.pl\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/netflix.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.3.1.min.js",
                "common.js",
                "mainContentScript.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "options.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}