Twitter Promotion Blocker
Twitterのタイムライン上のプロモーションを非表示にする
What is Twitter Promotion Blocker?
Twitter Promotion Blocker is a Chrome extension developed by loach, and its main feature is "Twitterのタイムライン上のプロモーションを非表示にする".
Extension Screenshots
Download Twitter Promotion Blocker Extension CRX File
Download Twitter Promotion Blocker 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
Hide promotions on the Twitter timeline
Extension Basic Information
Name | Twitter Promotion Blocker |
ID | lkihdcghldecfaijmejlddmgkljlfdgb |
Official URL | https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb |
Description | Twitterのタイムライン上のプロモーションを非表示にする |
File Size | 6.21 KB |
Installation Count | 66 |
Current Version | 1.0.0 |
Last Updated | 2020-09-13 |
Publish Date | 2020-09-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | loach |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Promotion Blocker", "version": "1.0.0", "manifest_version": 2, "description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "content.css" ] } ] } |