Twitter広告プロモーションを非表示にする
Twitter にて広告プロモーションを非表示にする拡張です。
What is Twitter広告プロモーションを非表示にする?
Twitter広告プロモーションを非表示にする is a Chrome extension developed by ryu4979, and its main feature is "Twitter にて広告プロモーションを非表示にする拡張です。".
Extension Screenshots
Download Twitter広告プロモーションを非表示にする Extension CRX File
Download Twitter広告プロモーションを非表示にする 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広告プロモーションが非表示になります。 広告ブロックアプリ等は使いたくないけど、Twitterをやっている最中は広告を消したい時にお使いください。 開発者: Ant2357 連絡先(Twitter): https://twitter.com/ant2357 連絡先(Gmail): [email protected]
Extension Basic Information
Name | Twitter広告プロモーションを非表示にする |
ID | gnhehbgfhmdppncpopfddfidaoccoich |
Official URL | https://chromewebstore.google.com/detail/twitter%E5%BA%83%E5%91%8A%E3%83%97%E3%83%AD%E3%83%A2%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%92%E9%9D%9E%E8%A1%A8%E7%A4%BA%E3%81%AB%E3%81%99%E3%82%8B/gnhehbgfhmdppncpopfddfidaoccoich |
Description | Twitter にて広告プロモーションを非表示にする拡張です。 |
File Size | 12.01 KB |
Installation Count | 1,158 |
Current Version | 2.1.0.0 |
Last Updated | 2023-11-09 |
Publish Date | 2023-01-23 |
Rating | 5.00/5 Total 5 Ratings |
Developer | ryu4979 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ant2357/block-twitter-promotion |
Help Page URL | https://twitter.com/ant2357 |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter\u5e83\u544a\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b", "version": "2.1.0.0", "description": "Twitter \u306b\u3066\u5e83\u544a\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u62e1\u5f35\u3067\u3059\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "blockPromotion.css" ] } ] } |