Clean Feed
Removes all shared content from Facebook.
Clean Feed क्या है?
Clean Feed Tyler Aldrich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all shared content from Facebook."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clean Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a small chrome extension that every second will hide any post on Facebook that contains the word "shared." This is purposely overly aggressive, because 1. I'm lazy, and 2. I really don't care what most people say on Facebook anyways. Code for this can be found here, so you know I'm not doing anything malicious and I'm only doing something incredibly stupid: https://github.com/TylerAldrich/CleanFeed
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | acjebhjdfoagigikeopkaadohklkklhl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/clean-feed/acjebhjdfoagigikeopkaadohklkklhl |
विवरण | Removes all shared content from Facebook. |
फ़ाइल का आकार | 35.96 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-08-08 |
प्रकाशन तिथि | 2016-08-08 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Tyler Aldrich |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Feed", "description": "Removes all shared content from Facebook.", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.min.js", "remove_shared.js" ] } ], "permissions": [ "tabs", "activeTab", " |