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 |
官方網址 | 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 |
電子郵箱 | [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" } } |