No Promoted - Twitter Ad Blocker
An extension to remove promoted tweets, ads on Twitter
No Promoted - Twitter Ad Blockerとは何ですか?
No Promoted - Twitter Ad Blockerはhttps://cagataypalaz.comによって開発されたChromeの拡張機能で、その主な機能は「An extension to remove promoted tweets, ads on Twitter」です。
拡張機能のスクリーンショット
No Promoted - Twitter Ad Blocker拡張機能のCRXファイルをダウンロード
No Promoted - Twitter Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No Promoted is an ad blocker for Twitter. It automatically hides/removes the promoted tweets and accounts. How to use? No Promoted is easy to use extension. Just add your browser and activate it by clicking the extension icon on the top. Requirements? None! There're no requirements to use this extension. It's free to use and no signup required. Language support? Only English is supported at the moment, other languages will be supported soon. For requests and support please join my Discord support server https://discord.gg/eutMDUWPwU
拡張機能の基本情報
名前 | No Promoted - Twitter Ad Blocker |
ID | nbpbiadehdooghgohmhfkkmambcnccbk |
公式URL | https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk |
説明 | An extension to remove promoted tweets, ads on Twitter |
ファイルサイズ | 16.16 KB |
インストール数 | 36 |
現在のバージョン | 1.1 |
最終更新日 | 2022-06-21 |
公開日 | 2022-06-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://cagataypalaz.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://discord.gg/eutMDUWPwU |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Promoted - Twitter Ad Blocker", "description": "An extension to remove promoted tweets, ads on Twitter", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "webNavigation", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |