Linkedin Feed Filter

This extension filters linkedin feed.

Linkedin Feed Filter क्या है?

Linkedin Feed Filter developerJustforFun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension filters linkedin feed."।

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

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

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

                        Go to Linkedin, click on the extension button, now enjoy important information.                    

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

नाम Linkedin Feed Filter Linkedin Feed Filter
ID njojdkpdfggbkkfaajlcmbniicijcndj
आधिकारिक URL https://chrome.google.com/webstore/detail/linkedin-feed-filter/njojdkpdfggbkkfaajlcmbniicijcndj
विवरण This extension filters linkedin feed.
फ़ाइल का आकार 49.21 KB
स्थापना संख्या 11
वर्तमान संस्करण 1.0.9.8
अंतिम अपडेट 2017-10-12
प्रकाशन तिथि 2017-10-12
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर developerJustforFun
भुगतान के प्रकार free
समर्थित भाषाएँ en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "version": "1.0.9.8",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "",
        "management"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "javascripts\/jquery-1.11.0.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}