Trigger Warning

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

什麼是Trigger Warning?

Trigger Warning是由https://radeusgd.com開發的Chrome擴展程式,該擴展的主要功能是“Temporarily blur video content on Netflix/HBO using one key.”。

擴展截圖

screenshot
screenshot
screenshot

下載Trigger Warning擴展crx文件

下載Trigger Warning擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}