Outlook Ad Blocker

Remove ads from your email inbox

Qu'est-ce que Outlook Ad Blocker ?

Outlook Ad Blocker est une extension Chrome développée par Marcos Mendes, et sa fonction principale est "Remove ads from your email inbox".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Outlook Ad Blocker

Téléchargez les fichiers d'extension Outlook Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Outlook Ad Blocker Outlook Ad Blocker
ID hpgeocgakdijfphkiakppebifapgclkc
URL Officiel https://chromewebstore.google.com/detail/outlook-ad-blocker/hpgeocgakdijfphkiakppebifapgclkc
Description Remove ads from your email inbox
Taille du Fichier 25.58 KB
Nombre d'Installations 930
Version Actuelle 1.3
Dernière Mise à Jour 2023-05-11
Date de Publication 2022-06-15
Évaluation 4.80/5 Total 15 Évaluations
Développeur Marcos Mendes
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}