Twitter AdBlock
Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
Twitter AdBlockとは何ですか?
Twitter AdBlockはAnbodevによって開発されたChromeの拡張機能で、その主な機能は「Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets」です。
拡張機能のスクリーンショット
Twitter AdBlock拡張機能のCRXファイルをダウンロード
Twitter AdBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.
拡張機能の基本情報
名前 | Twitter AdBlock |
ID | kjaonljkcdidebicpnjijbfefeblncal |
公式URL | https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal |
説明 | Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets |
ファイルサイズ | 47.02 KB |
インストール数 | 730 |
現在のバージョン | 1.2 |
最終更新日 | 2021-01-30 |
公開日 | 2021-01-18 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Anbodev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter AdBlock", "manifest_version": 2, "version": "1.2", "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets", "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ] } |