SuperAgree

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

O que é SuperAgree?

SuperAgree é uma extensão do Chrome desenvolvida por Media Cake, e sua principal característica é "An extension to give user's better control over their LinkedIn!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SuperAgree

Baixe arquivos de extensão SuperAgree no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome SuperAgree SuperAgree
ID gnoaaehhjlflggbckngnjjdgbnnaobam
URL Oficial https://chromewebstore.google.com/detail/superagree/gnoaaehhjlflggbckngnjjdgbnnaobam
Descrição An extension to give user's better control over their LinkedIn!
Tamanho do Arquivo 123 KB
Contagem de Instalações 72
Versão Atual 1.2
Última Atualização 2021-09-30
Data de Publicação 2021-09-14
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Media Cake
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.linkedin.com/in/james-mahy-84524615/
URL da Página de Ajuda https://www.linkedin.com/in/james-mahy-84524615/
Idiomas Suportados 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"
    }
}