Trigger Fixer

Never feel uncomfortable again!

What is Trigger Fixer?

Trigger Fixer is a Chrome extension developed by echodevg, and its main feature is "Never feel uncomfortable again!".

Extension Screenshots

screenshot

Download Trigger Fixer Extension CRX File

Download Trigger Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A small extension to allow for you to censor anything you want, triggering words, deadnames, or anything else.                    

Extension Basic Information

Name Trigger Fixer Trigger Fixer
ID eboicfhjjcphngelpcgaingofbceldfl
Official URL https://chromewebstore.google.com/detail/trigger-fixer/eboicfhjjcphngelpcgaingofbceldfl
Description Never feel uncomfortable again!
File Size 494 KB
Installation Count 95
Current Version 0.1.0.0
Last Updated 2021-07-11
Publish Date 2021-06-17
Rating 5.00/5 Total 6 Ratings
Developer echodevg
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}