Feed Cleaner

Clean your social network news feed from suggested posts and ads

Feed Cleaner क्या है?

Feed Cleaner Arik W द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clean your social network news feed from suggested posts and ads"।

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

screenshot

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

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

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

                        Keep those suggested posts and ads out of your social network news feed.
Which social network? Say "Phase-book" out loud 3 times.

The suggested posts and ads will collapse into a minimal row, allowing you to take a peek with a single click.

Your privacy is our top priority. We do not send any data to any server. Period.

News Feed Cleaner - Take control on your social network.                    

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

नाम Feed Cleaner Feed Cleaner
ID jdmiahadpnljimfcnfaebjggbfkjkgan
आधिकारिक URL https://chrome.google.com/webstore/detail/feed-cleaner/jdmiahadpnljimfcnfaebjggbfkjkgan
विवरण Clean your social network news feed from suggested posts and ads
फ़ाइल का आकार 82.2 KB
स्थापना संख्या 68
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-05-08
प्रकाशन तिथि 2017-05-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Arik W
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feed Cleaner",
    "manifest_version": 2,
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "vendor\/jquery-1.11.3.min.js",
                "defaults.js",
                "main.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "css": []
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "defaults.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "web_accessible_resources": [
        "images\/icon256.png",
        "images\/chevron-d.png",
        "images\/chevron-r.png"
    ],
    "description": "Clean your social network news feed from suggested posts and ads"
}