Zelos - AdBlock for LinkedIn

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

Apa itu Zelos - AdBlock for LinkedIn?

Zelos - AdBlock for LinkedIn adalah ekstensi Chrome yang dikembangkan oleh brleext, dan fitur utamanya adalah "Block ads & promotions posted on LinkedIn. Filter through posted content.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Zelos - AdBlock for LinkedIn

Unduh file ekstensi Zelos - AdBlock for LinkedIn dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Zelos - AdBlock for LinkedIn Zelos - AdBlock for LinkedIn
ID mldpdenhfnkclmmobcdnbgoojiilphhj
URL Resmi https://chromewebstore.google.com/detail/zelos-adblock-for-linkedi/mldpdenhfnkclmmobcdnbgoojiilphhj
Deskripsi Block ads & promotions posted on LinkedIn. Filter through posted content.
Ukuran File 638 KB
Jumlah Instalasi 129
Versi Saat Ini 1.01
Terakhir Diperbarui 2021-04-13
Tanggal Publikasi 2021-04-12
Penilaian 2.33/5 Total 6 Penilaian
Pengembang brleext
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}