Bernie Blocker
Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.
Bernie Blocker là gì?
Bernie Blocker là một tiện ích mở rộng Chrome được phát triển bởi NetLingo, và tính năng chính của nó là "Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.".
Ả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 Bernie Blocker
Tải xuống các tệp mở rộng Bernie 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
Gently filter and remove Bernie Sanders from webpages and from facebook posts.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bernie Blocker |
ID | mcocieadfficfjkppfkeebbelbhalekf |
URL Chính Thức | https://chromewebstore.google.com/detail/bernie-blocker/mcocieadfficfjkppfkeebbelbhalekf |
Mô tả | Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube. |
Kích Thước Tệp | 78.4 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2016-06-11 |
Ngày Phát Hành | 2016-06-10 |
Đánh Giá | 4.14/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | NetLingo |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://netlingo.netai.net/#BernieBlocker |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bernie Blocker", "description": "Removes Bernie Sanders from webpages and filters\/removes Bernie Sanders from Facebook and Youtube.", "version": "1.5", "permissions": [ "storage", "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "ui.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "source\/ytfilter.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |