Zelos - AdBlock for LinkedIn
Block ads & promotions posted on LinkedIn. Filter through posted content.
Cos'è Zelos - AdBlock for LinkedIn?
Zelos - AdBlock for LinkedIn è un'estensione di Chrome sviluppata da brleext, e la sua funzione principale è "Block ads & promotions posted on LinkedIn. Filter through posted content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zelos - AdBlock for LinkedIn
Scarica i file di estensione Zelos - AdBlock for LinkedIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mldpdenhfnkclmmobcdnbgoojiilphhj |
| URL Ufficiale | https://chromewebstore.google.com/detail/zelos-adblock-for-linkedi/mldpdenhfnkclmmobcdnbgoojiilphhj |
| Descrizione | Block ads & promotions posted on LinkedIn. Filter through posted content. |
| Dimensione del File | 638 KB |
| Conteggio Installazioni | 129 |
| Versione Corrente | 1.01 |
| Ultimo Aggiornamento | 2021-04-13 |
| Data di Pubblicazione | 2021-04-12 |
| Valutazione | 2.33/5 Totale 6 Valutazioni |
| Sviluppatore | brleext |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |