Peace Without Politics for Facebook
Hides any reference to currently relevant political terms when using Facebook.
Qu'est-ce que Peace Without Politics for Facebook ?
Peace Without Politics for Facebook est une extension Chrome développée par https://bradleyosborne.com, et sa fonction principale est "Hides any reference to currently relevant political terms when using Facebook.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Peace Without Politics for Facebook
Téléchargez les fichiers d'extension Peace Without Politics for Facebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Peace Without Politics for Facebook |
ID | okmaggpopgcpgbcfgedkpjolcfaflbjo |
URL Officiel | https://chromewebstore.google.com/detail/peace-without-politics-fo/okmaggpopgcpgbcfgedkpjolcfaflbjo |
Description | Hides any reference to currently relevant political terms when using Facebook. |
Taille du Fichier | 236 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2021-04-04 |
Date de Publication | 2019-01-15 |
Développeur | https://bradleyosborne.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |