Promoted Tweet Blocker for Twitter
Blocks Twitter promoted tweets from showing up on your timeline.
什么是Promoted Tweet Blocker for Twitter?
Promoted Tweet Blocker for Twitter是由obipoketbobo开发的Chrome扩展程序,该扩展的主要功能是“Blocks Twitter promoted tweets from showing up on your timeline.”。
扩展截图
下载Promoted Tweet Blocker for Twitter扩展crx文件
下载Promoted Tweet Blocker for Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides all Twitter promoted tweets that interrupt your Twitter experience. 扩展基本信息
| 名称 | |
| ID | epkkfgpbaehkidangmlmgkkiildlmded |
| 官方URL | https://chromewebstore.google.com/detail/promoted-tweet-blocker-fo/epkkfgpbaehkidangmlmgkkiildlmded |
| 简介 | Blocks Twitter promoted tweets from showing up on your timeline. |
| 文件大小 | 43.99 KB |
| 安装次数 | 175 |
| 当前版本 | 1.3 |
| 更新时间 | 2021-05-02 |
| 上架时间 | 2021-05-02 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | obipoketbobo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Promoted Tweet Blocker for Twitter",
"short_name": "Promoted Tweet Blocker",
"description": "Blocks Twitter promoted tweets from showing up on your timeline.",
"browser_action": {
"default_icon": "128.png"
},
"version": "1.3",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"http:\/\/*.twitter.com\/*",
"https:\/\/*.twitter.com\/*"
],
"js": [
"jquery-3.5.1.min.js",
"content.js"
]
}
]
} | |