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 |
| Eメール | [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"
]
}
]
} | |