SuperAgree

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

Qu'est-ce que SuperAgree ?

SuperAgree est une extension Chrome développée par Media Cake, et sa fonction principale est "An extension to give user's better control over their LinkedIn!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SuperAgree

Téléchargez les fichiers d'extension SuperAgree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SuperAgree SuperAgree
ID gnoaaehhjlflggbckngnjjdgbnnaobam
URL Officiel https://chromewebstore.google.com/detail/superagree/gnoaaehhjlflggbckngnjjdgbnnaobam
Description An extension to give user's better control over their LinkedIn!
Taille du Fichier 123 KB
Nombre d'Installations 72
Version Actuelle 1.2
Dernière Mise à Jour 2021-09-30
Date de Publication 2021-09-14
Évaluation 5.00/5 Total 7 Évaluations
Développeur Media Cake
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkedin.com/in/james-mahy-84524615/
URL de la Page d'Aide https://www.linkedin.com/in/james-mahy-84524615/
Langues Prises en Charge 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"
    }
}