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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |