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 |
| Eメール | [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"
}
]
} | |