Promoted Tweet Blocker for Twitter
Blocks Twitter promoted tweets from showing up on your timeline.
Promoted Tweet Blocker for Twitter là gì?
Promoted Tweet Blocker for Twitter là một tiện ích mở rộng Chrome được phát triển bởi obipoketbobo, và tính năng chính của nó là "Blocks Twitter promoted tweets from showing up on your timeline.".
Ả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 Promoted Tweet Blocker for Twitter
Tải xuống các tệp mở rộng Promoted Tweet Blocker for Twitter 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
Hides all Twitter promoted tweets that interrupt your Twitter experience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Promoted Tweet Blocker for Twitter |
ID | epkkfgpbaehkidangmlmgkkiildlmded |
URL Chính Thức | https://chromewebstore.google.com/detail/promoted-tweet-blocker-fo/epkkfgpbaehkidangmlmgkkiildlmded |
Mô tả | Blocks Twitter promoted tweets from showing up on your timeline. |
Kích Thước Tệp | 43.99 KB |
Số Lần Cài Đặt | 175 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-05-02 |
Ngày Phát Hành | 2021-05-02 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | obipoketbobo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |