Social Filter
Hides posts & tweets with specific words & users on all social websites.
Wat is Social Filter?
Social Filter is een Chrome-extensie ontwikkeld door https://ahmed-badawy.com, en de belangrijkste functie is "Hides posts & tweets with specific words & users on all social websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Filter
Download Social Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Internet is filled with ADs & stuff you don't want to see Like spoilers, Ads or celebrity you don't want to hear about. hide them all with our plugin. you choose the keywords you don't want to see & we hide topics that contains that word from your browser view. don't worry you still can read them if you hover over the red hidden mark. It works with: Facebook, Twitter, Youtube, Google-Plus, Riddit.
Basisinformatie over de Extensie
Naam | Social Filter |
ID | pahdoafacnmoblppkhfjaicdmlkplinj |
Officiële URL | https://chromewebstore.google.com/detail/social-filter/pahdoafacnmoblppkhfjaicdmlkplinj |
Beschrijving | Hides posts & tweets with specific words & users on all social websites. |
Bestandsgrootte | 637 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-05-23 |
Publicatiedatum | 2016-05-22 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://ahmed-badawy.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://ahmed-badawy.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Filter", "description": "Hides posts & tweets with specific words & users on all social websites.", "version": "1.1", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "controller.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*", "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*", "https:\/\/www.twitter.com\/*", "http:\/\/www.twitter.com\/*", "https:\/\/*.twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/plus.google.com\/*", "http:\/\/plus.google.com\/*", "https:\/\/www.reddit.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery.min.js", "js\/runtime-script.js" ] } ] } |