Adblocker for Facebook™ (sponsored posts)
A super fast sponsored posts removal tool for Facebook™
Adblocker for Facebook™ (sponsored posts) là gì?
Adblocker for Facebook™ (sponsored posts) là một tiện ích mở rộng Chrome được phát triển bởi balvin.perrie, và tính năng chính của nó là "A super fast sponsored posts removal tool for Facebook™".
Ả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 Adblocker for Facebook™ (sponsored posts)
Tải xuống các tệp mở rộng Adblocker for Facebook™ (sponsored posts) 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
This extension does not act like a normal adblocker extension. It just detects and removes sponsored posts that Facebook inserts between your actual posts. The extension does not have a network observer hence it is much faster than a normal adblocker extension. Basically, it only observes post creation and detects the "sponsored" keyword and remove the post with this keyword. That's it! Notes: 1. There is no user interface for this extension. 2. To disable the extension go to the extension manager of your browser and press the disable button. Note that you will need to refresh Facebook pages too.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Adblocker for Facebook™ (sponsored posts) |
ID | lciamkaeclpffgdmljhiogcgpohbohee |
URL Chính Thức | https://chrome.google.com/webstore/detail/adblocker-for-facebook-sp/lciamkaeclpffgdmljhiogcgpohbohee |
Mô tả | A super fast sponsored posts removal tool for Facebook™ |
Kích Thước Tệp | 28.03 KB |
Số Lần Cài Đặt | 231 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2019-10-28 |
Ngày Phát Hành | 2019-10-27 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | balvin.perrie |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://add0n.com/adblocker-for-facebook.html |
URL Trang Trợ Giúp | https://add0n.com/adblocker-for-facebook.html |
URL Trang Chính Sách Bảo Mật | https://add0n.com/policies/balvin.perrie.txt |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "Adblocker for Facebook\u2122 (sponsored posts)", "description": "A super fast sponsored posts removal tool for Facebook\u2122", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "data\/inject.js" ], "run_at": "document_start" } ], "homepage_url": "https:\/\/add0n.com\/adblocker-for-facebook.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |