Zelos - AdBlock for LinkedIn

Block ads & promotions posted on LinkedIn. Filter through posted content.

Zelos - AdBlock for LinkedIn là gì?

Zelos - AdBlock for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi brleext, và tính năng chính của nó là "Block ads & promotions posted on LinkedIn. Filter through posted content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zelos - AdBlock for LinkedIn

Tải xuống các tệp mở rộng Zelos - AdBlock for LinkedIn 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

                        Block ads & promotions posted on LinkedIn. Filter through posted content.

Zelos is a chrome extension that runs in the background and blocks out "Promoted" posts on LinkedIn. 1 in 10 posts on the LinkedIn feed are "promoted," and these posts distract the user from other opportunities on LinkedIn. We are providing a free service to remove these posts for the user. 

Not only does Zelos filter out promoted posts. But Zelos provides a widget for the user to view the total number of promoted posts blocked on LinkedIn. This widget helps the user gauge the effectiveness of the tool.

Version 1.0
- LinkedIn filter for "Promoted" posts.
- Zelos widget for keeping track of total number of posts blocked.

Future Updates
- Automatic categorization of posts on LinkedIn.
- Premium feature to filter out posts by Celebratory, Opinion, Opportunity, Storytime, etc.

Permissions:
- storage: required for communicating to the widget the number of blocked posts from the script that is blocking posts on LinkedIn.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zelos - AdBlock for LinkedIn Zelos - AdBlock for LinkedIn
ID mldpdenhfnkclmmobcdnbgoojiilphhj
URL Chính Thức https://chromewebstore.google.com/detail/zelos-adblock-for-linkedi/mldpdenhfnkclmmobcdnbgoojiilphhj
Mô tả Block ads & promotions posted on LinkedIn. Filter through posted content.
Kích Thước Tệp 638 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2021-04-13
Ngày Phát Hành 2021-04-12
Đánh Giá 2.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển brleext
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zelos - AdBlock for LinkedIn",
    "description": "Block ads & promotions posted on LinkedIn. Filter through posted content.",
    "version": "1.01",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Zelos"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}