uFilter
Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice
Qu'est-ce que uFilter ?
uFilter est une extension Chrome développée par rabimba, et sa fonction principale est "Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension uFilter
Téléchargez les fichiers d'extension uFilter 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
## Made in HackRice 7.5. Read more here: https://devpost.com/software/ufilter ## uFilter is a smart web extension made to help people browse the web without seeing content they don't like to see. Bringing the power to choose what to see back to users. The main goal is to prevent online harassment and help users avoid seeing triggers while they browse the web. We strongly believe that no one online should have to worry about this. The process is simple and subtle: check off the type of content you want to avoid and let us handle the rest! Questionable content is blurred out, if you wish to see it nonetheless you can click to reveal the text.
Informations de Base sur l'Extension
Nom | |
ID | fodkdomomfnijpdebiobandpijlnonig |
URL Officiel | https://chrome.google.com/webstore/detail/ufilter/fodkdomomfnijpdebiobandpijlnonig |
Description | Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice |
Taille du Fichier | 286 KB |
Nombre d'Installations | 104 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2018-03-03 |
Date de Publication | 2018-03-03 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | rabimba |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "uFilter", "description": "Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice", "version": "0.0.0.2", "manifest_version": 2, "icons": { "16": "public\/img\/blocker-icon-16.png", "48": "public\/img\/blocker-icon-48.png", "128": "public\/img\/blocker-icon-128.png" }, "background": { "scripts": [ "bower_components\/firebase\/firebase.js", "background\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/searchDOM.js", "content\/blur.js", "content\/content.js", "bower_components\/sentimood\/sentimood.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "http:\/\/*\/*", "activeTab", "storage", "debugger", "contextMenus" ], "web_accessible_resources": [], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "uFilter", "default_popup": "public\/index.html" } } |