Feedblocker

Remove feeds from LinkedIn.

Feedblocker क्या है?

Feedblocker Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove feeds from LinkedIn."।

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

screenshot
screenshot

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

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

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

                        Feedblocker is an extension that removes the feed from your LinkedIn home page to reduce distraction. 

How it works:
1. Install the extension
2. Pin the extension so it is easily accessible
3. Click on the extension while on the LinkedIn home page to remove the feed
4. To bring the feed back, click on the extension again

Feedblocker is not affiliated with LinkedIn.                    

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

नाम Feedblocker Feedblocker
ID obehkecmojmkiikdffbmnobnnmgikkfa
आधिकारिक URL https://chromewebstore.google.com/detail/feedblocker/obehkecmojmkiikdffbmnobnnmgikkfa
विवरण Remove feeds from LinkedIn.
फ़ाइल का आकार 9.15 KB
स्थापना संख्या 132
वर्तमान संस्करण 0.3
अंतिम अपडेट 2021-02-22
प्रकाशन तिथि 2021-02-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.feedblocker.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedblocker",
    "description": "Remove feeds from LinkedIn.",
    "version": "0.3",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "feeds.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Remove LinkedIn feed",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    }
}