SuperAgree

An extension to give user's better control over their LinkedIn!

SuperAgree क्या है?

SuperAgree Media Cake द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to give user's better control over their LinkedIn!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Are you fed up with Polls cluttering your LinkedIn feed?
Do you want to hide articles from everyone but your primary connections?
Do you want Dark theme early?

If you're looking for an extension that gives you better control of the content you see on LinkedIn then SuperAgree is for you!

Current Features include:
- Hide / Show Polls, Videos, Carousels, Articles and External Videos,
- Themeing (including Dark mode)
- Make the Feed use the full screen
- Remove the left hand nav bar 
- Custom Filter posts based on Keywords, eg: "Agree?" "Thoughts?"                    

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

नाम SuperAgree SuperAgree
ID gnoaaehhjlflggbckngnjjdgbnnaobam
आधिकारिक URL https://chromewebstore.google.com/detail/superagree/gnoaaehhjlflggbckngnjjdgbnnaobam
विवरण An extension to give user's better control over their LinkedIn!
फ़ाइल का आकार 123 KB
स्थापना संख्या 72
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-09-30
प्रकाशन तिथि 2021-09-14
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Media Cake
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedin.com/in/james-mahy-84524615/
सहायता पृष्ठ URL https://www.linkedin.com/in/james-mahy-84524615/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuperAgree",
    "description": "An extension to give user's better control over their LinkedIn!",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/"
    ],
    "author": "James Mahy",
    "homepage_url": "https:\/\/www.linkedin.com\/in\/james-mahy-84524615\/",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}