Twitter TW Blocker
Blur the tweets containing a trigger warning
Twitter TW Blockerとは何ですか?
Twitter TW Blockerはtymmesydeによって開発されたChromeの拡張機能で、その主な機能は「Blur the tweets containing a trigger warning」です。
拡張機能のスクリーンショット
Twitter TW Blocker拡張機能のCRXファイルをダウンロード
Twitter TW Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use Twitter TW Blocker if you want to hide the tweets that have a trigger warning pattern (e.g. TW // content). Just click on the tweet if you want to remove the warning.
拡張機能の基本情報
名前 | Twitter TW Blocker |
ID | cmgnaiadimhcfkmfehdbindohbenemnk |
公式URL | https://chromewebstore.google.com/detail/twitter-tw-blocker/cmgnaiadimhcfkmfehdbindohbenemnk |
説明 | Blur the tweets containing a trigger warning |
ファイルサイズ | 15 KB |
インストール数 | 19 |
現在のバージョン | 1.0 |
最終更新日 | 2020-08-09 |
公開日 | 2020-08-09 |
開発者 | tymmesyde |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter TW Blocker", "description": "Blur the tweets containing a trigger warning", "version": "1.0", "icons": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "src\/styles\/content.css" ], "js": [ "src\/scripts\/content.js" ] } ], "web_accessible_resources": [ "src\/styles\/content.css" ], "browser_action": { "default_popup": "src\/popup.html", "default_icon": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" } } } |