No Promoted - Twitter Ad Blocker
An extension to remove promoted tweets, ads on Twitter
No Promoted - Twitter Ad Blocker là gì?
No Promoted - Twitter Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://cagataypalaz.com, và tính năng chính của nó là "An extension to remove promoted tweets, ads on Twitter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng No Promoted - Twitter Ad Blocker
Tải xuống các tệp mở rộng No Promoted - Twitter Ad Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No Promoted - Twitter Ad Blocker |
ID | nbpbiadehdooghgohmhfkkmambcnccbk |
URL Chính Thức | https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk |
Mô tả | An extension to remove promoted tweets, ads on Twitter |
Kích Thước Tệp | 16.16 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-06-21 |
Ngày Phát Hành | 2022-06-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://cagataypalaz.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://discord.gg/eutMDUWPwU |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |