twitter プロモーション非表示
twitter上のプロモーションを非表示ブロック
什么是twitter プロモーション非表示?
twitter プロモーション非表示是由usa96开发的Chrome扩展程序,该扩展的主要功能是“twitter上のプロモーションを非表示ブロック”。
扩展截图
下载twitter プロモーション非表示扩展crx文件
下载twitter プロモーション非表示扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
twitterの不快な広告をブロック
twitter上のタイムライン、トレンド、おすすめユーザーなどのプロモーションを非表示にします。
インストールした上でtwitterを開けば広告、プロモーションが非表示になりブロックされます。
使用上の注意事項などはオプションに記載しているので
ご一読ください。
※「プロモーション」という単語を含むタイムラインのツイートも非表示になるのでご注意ください 扩展基本信息
| 名称 | |
| ID | hajinknmolbghbepmjdcajndkodbejgb |
| 官方URL | https://chromewebstore.google.com/detail/twitter-%E3%83%97%E3%83%AD%E3%83%A2%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E9%9D%9E%E8%A1%A8%E7%A4%BA/hajinknmolbghbepmjdcajndkodbejgb |
| 简介 | twitter上のプロモーションを非表示ブロック |
| 文件大小 | 14.4 KB |
| 安装次数 | 677 |
| 当前版本 | 1.0.7 |
| 更新时间 | 2021-07-05 |
| 上架时间 | 2020-12-08 |
| 评分 | 3.57/5 共7次评分 |
| 开发者 | usa96 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "twitter\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u30d6\u30ed\u30c3\u30af",
"short_name": "twiprom",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"128": "icons\/icon-128.png"
},
"manifest_version": 2,
"name": "twitter \u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u975e\u8868\u793a",
"options_page": "options.html",
"page_action": {
"default_icon": {
"16": "icons\/icon-16.png"
},
"default_title": "twipromhide"
},
"permissions": [
"*:\/\/www.amazon.co.jp\/*",
"*:\/\/*.rakuten.co.jp\/*",
"webRequest",
"webRequestBlocking"
],
"version": "1.0.7",
"web_accessible_resources": [
"icons\/*"
],
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"http:\/\/*.twitter.com\/*",
"https:\/\/*.twitter.com\/*"
],
"js": [
"twitter.js"
]
}
]
} | |