Social Filter
Hides posts & tweets with specific words & users on all social websites.
Was ist Social Filter?
Social Filter ist eine Chrome-Erweiterung, die von https://ahmed-badawy.com entwickelt wurde, und ihr Hauptmerkmal ist "Hides posts & tweets with specific words & users on all social websites.".
Erweiterungsscreenshots
Social Filter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social Filter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Social Filter |
ID | pahdoafacnmoblppkhfjaicdmlkplinj |
Offizielle URL | https://chromewebstore.google.com/detail/social-filter/pahdoafacnmoblppkhfjaicdmlkplinj |
Beschreibung | Hides posts & tweets with specific words & users on all social websites. |
Dateigröße | 637 KB |
Installationsanzahl | 78 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-05-23 |
Veröffentlichungsdatum | 2016-05-22 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | https://ahmed-badawy.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://ahmed-badawy.com |
Unterstützte Sprachen | 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" ] } ] } |