Social Filter
Hides posts & tweets with specific words & users on all social websites.
What is Social Filter?
Social Filter is a Chrome extension developed by https://ahmed-badawy.com, and its main feature is "Hides posts & tweets with specific words & users on all social websites.".
Extension Screenshots
Download Social Filter Extension CRX File
Download Social Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Social Filter |
ID | pahdoafacnmoblppkhfjaicdmlkplinj |
Official URL | https://chromewebstore.google.com/detail/social-filter/pahdoafacnmoblppkhfjaicdmlkplinj |
Description | Hides posts & tweets with specific words & users on all social websites. |
File Size | 637 KB |
Installation Count | 78 |
Current Version | 1.1 |
Last Updated | 2016-05-23 |
Publish Date | 2016-05-22 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://ahmed-badawy.com |
[email protected] | |
Payment Type | free |
Extension Website | http://ahmed-badawy.com |
Supported Languages | 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" ] } ] } |