Trigger Fixer
Never feel uncomfortable again!
什么是Trigger Fixer?
Trigger Fixer是由echodevg开发的Chrome扩展程序,该扩展的主要功能是“Never feel uncomfortable again!”。
扩展截图
下载Trigger Fixer扩展crx文件
下载Trigger Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A small extension to allow for you to censor anything you want, triggering words, deadnames, or anything else.                     扩展基本信息
| 名称 |   |  
| ID | eboicfhjjcphngelpcgaingofbceldfl | 
| 官方URL | https://chromewebstore.google.com/detail/trigger-fixer/eboicfhjjcphngelpcgaingofbceldfl | 
| 简介 | Never feel uncomfortable again! | 
| 文件大小 | 494 KB | 
| 安装次数 | 95 | 
| 当前版本 | 0.1.0.0 | 
| 更新时间 | 2021-07-11 | 
| 上架时间 | 2021-06-17 | 
| 评分 | 5.00/5 共6次评分 | 
| 开发者 | echodevg | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trigger Fixer",
    "description": "Never feel uncomfortable again!",
    "version": "0.1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/TFIcon16.png",
        "48": "images\/TFIcon48.png",
        "128": "images\/TFIcon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |