SuperAgree

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

Cos'è SuperAgree?

SuperAgree è un'estensione di Chrome sviluppata da Media Cake, e la sua funzione principale è "An extension to give user's better control over their LinkedIn!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SuperAgree

Scarica i file di estensione SuperAgree in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?"                    

Informazioni di Base sull'Estensione

Nome SuperAgree SuperAgree
ID gnoaaehhjlflggbckngnjjdgbnnaobam
URL Ufficiale https://chromewebstore.google.com/detail/superagree/gnoaaehhjlflggbckngnjjdgbnnaobam
Descrizione An extension to give user's better control over their LinkedIn!
Dimensione del File 123 KB
Conteggio Installazioni 72
Versione Corrente 1.2
Ultimo Aggiornamento 2021-09-30
Data di Pubblicazione 2021-09-14
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Media Cake
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.linkedin.com/in/james-mahy-84524615/
URL della Pagina di Aiuto https://www.linkedin.com/in/james-mahy-84524615/
Lingue Supportate 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"
    }
}