Outlook Ad Blocker
Remove ads from your email inbox
Outlook Ad Blockerとは何ですか?
Outlook Ad BlockerはMarcos Mendesによって開発されたChromeの拡張機能で、その主な機能は「Remove ads from your email inbox」です。
拡張機能のスクリーンショット
Outlook Ad Blocker拡張機能のCRXファイルをダウンロード
Outlook Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension remove ads from your email inbox when using outlook via browser at outlook.live.com/mail Last Updates: Adjustments for outloook updated UI, Fake Email Ad start appear again - Remove the new fake email ad on top of inbox items when reading panel is hide - Remove the new fake email ad on top of inbox items - Remove right sidebar big ad and extend the email read area - Remove upgrade banner below folders
拡張機能の基本情報
名前 | Outlook Ad Blocker |
ID | hpgeocgakdijfphkiakppebifapgclkc |
公式URL | https://chromewebstore.google.com/detail/outlook-ad-blocker/hpgeocgakdijfphkiakppebifapgclkc |
説明 | Remove ads from your email inbox |
ファイルサイズ | 25.58 KB |
インストール数 | 930 |
現在のバージョン | 1.3 |
最終更新日 | 2023-05-11 |
公開日 | 2022-06-15 |
評価 | 4.80/5 合計 15 レビュー |
開発者 | Marcos Mendes |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outlook Ad Blocker", "description": "Remove ads from your email inbox", "version": "1.3", "manifest_version": 3, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/outlook.live.com\/*" ] } ], "action": { "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |