Zelos - AdBlock for LinkedIn
Block ads & promotions posted on LinkedIn. Filter through posted content.
Zelos - AdBlock for LinkedInとは何ですか?
Zelos - AdBlock for LinkedInはbrleextによって開発されたChromeの拡張機能で、その主な機能は「Block ads & promotions posted on LinkedIn. Filter through posted content.」です。
拡張機能のスクリーンショット
Zelos - AdBlock for LinkedIn拡張機能のCRXファイルをダウンロード
Zelos - AdBlock for LinkedIn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |