SuperAgree

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

什么是SuperAgree?

SuperAgree是由Media Cake开发的Chrome扩展程序,该扩展的主要功能是“An extension to give user's better control over their LinkedIn!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载SuperAgree扩展crx文件

下载SuperAgree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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