Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Hide Twitter / X.com Adsとは何ですか?
Hide Twitter / X.com AdsはRyan Kulpによって開発されたChromeの拡張機能で、その主な機能は「Free tool that hides Promoted Tweets while you browse Twitter (X.com).」です。
拡張機能のスクリーンショット
Hide Twitter / X.com Ads拡張機能のCRXファイルをダウンロード
Hide Twitter / X.com Ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**Updated August 2023 to support new X.com ads!** Hate seeing the same ads over and over again? Hate Twitter / X.com ads in general? This tool is free, doesn't require signup, and does not track anything you do. Blocks sponsored/promoted Tweets in several languages. To request new languages or customize your Twitter ad-block settings, go here: https://github.com/ryanckulp/twitter_ad_blocker/issues/new
拡張機能の基本情報
名前 | Hide Twitter / X.com Ads |
ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
公式URL | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
説明 | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
ファイルサイズ | 13.74 KB |
インストール数 | 14,826 |
現在のバージョン | 1.1.8 |
最終更新日 | 2023-09-26 |
公開日 | 2017-01-25 |
評価 | 3.83/5 合計 98 レビュー |
開発者 | Ryan Kulp |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ryanckulp/twitter_ad_blocker |
ヘルプページのURL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
プライバシーポリシーページのURL | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter \/ X.com Ads", "action": [], "short_name": "Hide Twitter Ads", "description": "Free tool that hides Promoted Tweets while you browse Twitter (X.com).", "version": "1.1.8", "icons": { "16": "img\/hide-twitter-ads-16.png", "48": "img\/hide-twitter-ads-48.png", "128": "img\/hide-twitter-ads-128.png" }, "permissions": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "content.js" ] } ] } |