Clean My Feed
Filter facebook news feed
What is Clean My Feed?
Clean My Feed is a Chrome extension developed by Stanislav Korchagin, and its main feature is "Filter facebook news feed".
Extension Screenshots
Download Clean My Feed Extension CRX File
Download Clean My Feed 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
1. Go to Facebook 2. Click "CleanMyFeed" 3. Enter some annoying words. "Suggested Post", for example. 4. Click "Apply" 5. Enjoy!
Extension Basic Information
Name | Clean My Feed |
ID | oioghanogemdinmgjdgblopfppkicaei |
Official URL | https://chromewebstore.google.com/detail/clean-my-feed/oioghanogemdinmgjdgblopfppkicaei |
Description | Filter facebook news feed |
File Size | 98.07 KB |
Installation Count | 300 |
Current Version | 0.0.5 |
Last Updated | 2014-02-04 |
Publish Date | 2014-02-03 |
Rating | 2.60/5 Total 5 Ratings |
Developer | Stanislav Korchagin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "Clean My Feed", "version": "0.0.5", "description": "Filter facebook news feed", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "jquery-2.0.3.min.js", "clean_my_feed.js" ], "matches": [ "https:\/\/www.facebook.com\/", "https:\/\/www.facebook.com\/?*" ], "run_at": "document_start" } ], "permissions": [ "storage", "https:\/\/www.facebook.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |