Feedless LinkedIn

Hides the LinkedIn newsfeed

Feedless LinkedIn क्या है?

Feedless LinkedIn ksowocki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the LinkedIn newsfeed"।

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

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

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

                        A chrome extension that removes the newsfeed from LinkedIn.

If you're like me, you're trying to become more intentional about what you do on the web.  Feedless LinkedIn is a chrome extension that removes the tempation to mindlessly scroll the LinkedIn newsfeed.                    

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

नाम Feedless LinkedIn Feedless LinkedIn
ID kllcnmdcichbmjifobeckdkinimnakgp
आधिकारिक URL https://chrome.google.com/webstore/detail/feedless-linkedin/kllcnmdcichbmjifobeckdkinimnakgp
विवरण Hides the LinkedIn newsfeed
फ़ाइल का आकार 3.11 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-05-26
प्रकाशन तिथि 2014-05-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ksowocki
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedless LinkedIn",
    "version": "1.0",
    "description": "Hides the LinkedIn newsfeed",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}