Twitter Promotion Blocker
Twitterのタイムライン上のプロモーションを非表示にする
什么是Twitter Promotion Blocker?
Twitter Promotion Blocker是由loach开发的Chrome扩展程序,该扩展的主要功能是“Twitterのタイムライン上のプロモーションを非表示にする”。
扩展截图
下载Twitter Promotion Blocker扩展crx文件
下载Twitter Promotion Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide promotions on the Twitter timeline 扩展基本信息
| 名称 | |
| ID | lkihdcghldecfaijmejlddmgkljlfdgb |
| 官方URL | https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb |
| 简介 | Twitterのタイムライン上のプロモーションを非表示にする |
| 文件大小 | 6.21 KB |
| 安装次数 | 66 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-09-13 |
| 上架时间 | 2020-09-13 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | loach |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Promotion Blocker",
"version": "1.0.0",
"manifest_version": 2,
"description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"content.css"
]
}
]
} | |