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