twitter-mute-buzzfuff
鬱陶しいメディアを目に入らなくする
What is twitter-mute-buzzfuff?
twitter-mute-buzzfuff is a Chrome extension developed by tanjoin, and its main feature is "鬱陶しいメディアを目に入らなくする".
Extension Screenshots
Download twitter-mute-buzzfuff Extension CRX File
Download twitter-mute-buzzfuff 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
Twitter がやたらおすすめ(「いまどうしてる?」)してくる Buzzfeed と ハフィントンポスト 等を非表示にする拡張機能。 正式名称: twitter-mute-buzzhuff
Extension Basic Information
Name | twitter-mute-buzzfuff |
ID | hkmcdjeodpkmkicddjflnhkanfdlggfm |
Official URL | https://chromewebstore.google.com/detail/twitter-mute-buzzfuff/hkmcdjeodpkmkicddjflnhkanfdlggfm |
Description | 鬱陶しいメディアを目に入らなくする |
File Size | 61.2 KB |
Installation Count | 1,954 |
Current Version | 0.6.2 |
Last Updated | 2022-09-12 |
Publish Date | 2021-09-01 |
Rating | 5.00/5 Total 26 Ratings |
Developer | tanjoin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tanjoin/twitter-mute-buzzhuff |
Privacy Policy Page URL | https://tanjoin.github.io/google-extension-privacypolicy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "twitter-mute-buzzfuff", "version": "0.6.2", "description": "\u9b31\u9676\u3057\u3044\u30e1\u30c7\u30a3\u30a2\u3092\u76ee\u306b\u5165\u3089\u306a\u304f\u3059\u308b", "icons": { "128": "img\/128.png", "48": "img\/48.png", "16": "img\/16.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/*.twitter.com\/*" ], "js": [ "main.js" ] } ], "options_page": "options.html" } |