Peace Without Politics for Facebook
Hides any reference to currently relevant political terms when using Facebook.
Peace Without Politics for Facebook là gì?
Peace Without Politics for Facebook là một tiện ích mở rộng Chrome được phát triển bởi https://bradleyosborne.com, và tính năng chính của nó là "Hides any reference to currently relevant political terms when using 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 Peace Without Politics for Facebook
Tải xuống các tệp mở rộng Peace Without Politics for 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
Features include: - The ability to turn the extension off by clicking the switch "ON" or "OFF" - The ability to hide posts completely, instead of blocking them, so no "This post is related to politics, Click to show post", posts are just hidden automatically - The ability to specify any additional terms that you don't want to see
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Peace Without Politics for Facebook |
ID | okmaggpopgcpgbcfgedkpjolcfaflbjo |
URL Chính Thức | https://chromewebstore.google.com/detail/peace-without-politics-fo/okmaggpopgcpgbcfgedkpjolcfaflbjo |
Mô tả | Hides any reference to currently relevant political terms when using Facebook. |
Kích Thước Tệp | 236 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2021-04-04 |
Ngày Phát Hành | 2019-01-15 |
Nhà Phát Triển | https://bradleyosborne.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Peace Without Politics for Facebook", "short_name": "PWP", "description": "Hides any reference to currently relevant political terms when using Facebook.", "version": "1.8", "browser_action": { "default_icon": "assets\/icons\/icon128.png", "default_popup": "popup.html", "default_title": "Peace Without Politics" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "scripts\/constants.js", "scripts\/helpers.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/vendor\/jquery.min.js", "scripts\/constants.js", "scripts\/helpers.js", "scripts\/content.js" ] } ], "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |