SuperAgree
An extension to give user's better control over their LinkedIn!
SuperAgree là gì?
SuperAgree là một tiện ích mở rộng Chrome được phát triển bởi Media Cake, và tính năng chính của nó là "An extension to give user's better control over their LinkedIn!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SuperAgree
Tải xuống các tệp mở rộng SuperAgree dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gnoaaehhjlflggbckngnjjdgbnnaobam |
URL Chính Thức | https://chromewebstore.google.com/detail/superagree/gnoaaehhjlflggbckngnjjdgbnnaobam |
Mô tả | An extension to give user's better control over their LinkedIn! |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-09-30 |
Ngày Phát Hành | 2021-09-14 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Media Cake |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkedin.com/in/james-mahy-84524615/ |
URL Trang Trợ Giúp | https://www.linkedin.com/in/james-mahy-84524615/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |