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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |