Donald Trump Filter
Block the Donald Trump and his stupidity
Donald Trump Filter là gì?
Donald Trump Filter là một tiện ích mở rộng Chrome được phát triển bởi ajones061392, và tính năng chính của nó là "Block the Donald Trump and his stupidity".
Ả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 Donald Trump Filter
Tải xuống các tệp mở rộng Donald Trump Filter 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
Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! Aaron Jones
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | efjoldeklealkgmfnellniibecdmikio |
URL Chính Thức | https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio |
Mô tả | Block the Donald Trump and his stupidity |
Kích Thước Tệp | 63.75 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-12-01 |
Ngày Phát Hành | 2015-12-01 |
Đánh Giá | 2.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | ajones061392 |
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": "Donald Trump Filter", "description": "Block the Donald Trump and his stupidity", "version": "1.1", "permissions": [ "https:\/\/secure.flickr.com\/", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |