Zelos - AdBlock for LinkedIn
Block ads & promotions posted on LinkedIn. Filter through posted content.
Zelos - AdBlock for LinkedIn क्या है?
Zelos - AdBlock for LinkedIn brleext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block ads & promotions posted on LinkedIn. Filter through posted content."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zelos - AdBlock for LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Zelos - AdBlock for LinkedIn |
ID | mldpdenhfnkclmmobcdnbgoojiilphhj |
आधिकारिक URL | https://chromewebstore.google.com/detail/zelos-adblock-for-linkedi/mldpdenhfnkclmmobcdnbgoojiilphhj |
विवरण | Block ads & promotions posted on LinkedIn. Filter through posted content. |
फ़ाइल का आकार | 638 KB |
स्थापना संख्या | 129 |
वर्तमान संस्करण | 1.01 |
अंतिम अपडेट | 2021-04-13 |
प्रकाशन तिथि | 2021-04-12 |
रेटिंग | 2.33/5 कुल 6 रेटिंग्स |
डेवलपर | brleext |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |