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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}