Clean feed

Remove all social interactions informations on facebook wall.

Clean feed क्या है?

Clean feed Laurent Berthelot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove all social interactions informations on facebook wall."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clean feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Remove all social interactions stuff from Facebook :
- Hide "like", "comment" & "share" buttons on timeline.
- Hide all comments on timeline.
- Hide the name of publishers on timeline. 
- Hide "Friends activity" on right sidebar.

Increase your productivity, increase your monitoring quality : 
- Straight to the point / focus on contents published by friends, companies, FB pages, etc.
- Stop wasting time by reading no relevant stuffs.
- Change the way you considers post from your friends or companies.

Toggle "on/off" functionality. 
/!\ After installing the extension, close all Facebook tabs and relaunch one, wait few seconds for the first initialization.                    

एक्सटेंशन की मूल जानकारी

नाम Clean feed Clean feed
ID efladpoendbckpfaecbojpbeobmkjcna
आधिकारिक URL https://chromewebstore.google.com/detail/clean-feed/efladpoendbckpfaecbojpbeobmkjcna
विवरण Remove all social interactions informations on facebook wall.
फ़ाइल का आकार 84.92 KB
स्थापना संख्या 917
वर्तमान संस्करण 0.21
अंतिम अपडेट 2015-04-24
प्रकाशन तिथि 2015-04-24
रेटिंग 2.75/5 कुल 28 रेटिंग्स
डेवलपर Laurent Berthelot
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.especedepetitefille.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean feed",
    "version": "0.21",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; ",
    "description": "Remove all social interactions informations on facebook wall.",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19x19.png",
            "16": "icon-16x16.png",
            "48": "icon-48x48.png",
            "128": "icon-128x128.png"
        },
        "default_title": "Clean feed",
        "badge": "on"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "fb_like_remover.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}