Remove Donald Trump from Facebook
Remove Donald Trump from Facebook Homepage
Remove Donald Trump from Facebook là gì?
Remove Donald Trump from Facebook là một tiện ích mở rộng Chrome được phát triển bởi Derek Story, và tính năng chính của nó là "Remove Donald Trump from Facebook Homepage".
Ả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 Remove Donald Trump from Facebook
Tải xuống các tệp mở rộng Remove Donald Trump from Facebook 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
Like this extension? Donations are appreciated at: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KREFNCYGZJCBE -------------------------- Remove posts on Facebook that mention "Trump". A post must contain the text string "trump" in order for the post to be removed. If the post only mentions "Donald", "President", or god forbid, only shows his picture, the post will remain. Instructions: It runs in the background, so you won't see an icon for it or anything. If you installed it, its running. If you want to remove it, delete it/disable it from chrome://extensions/ -------------------------- Logo Designed by: http://rustlerdesigns.com https://www.reddit.com/user/cpncjwhitebeard contact: [email protected] http://derekstory.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Donald Trump from Facebook |
ID | hhokbihnhhfghkbmihlgfcoafhkghdej |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-donald-trump-from/hhokbihnhhfghkbmihlgfcoafhkghdej |
Mô tả | Remove Donald Trump from Facebook Homepage |
Kích Thước Tệp | 965 KB |
Số Lần Cài Đặt | 2,152 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2017-02-26 |
Ngày Phát Hành | 2017-02-26 |
Đánh Giá | 4.27/5 Tổng số 148 Đánh Giá |
Nhà Phát Triển | Derek Story |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Donald Trump from Facebook", "description": "Remove Donald Trump from Facebook Homepage", "version": "3", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "facebook_filter.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png" } } |