NoAdsPlease

No Ads Please extension will help you watching YouTube videos without annoying advertising

Qu'est-ce que NoAdsPlease ?

NoAdsPlease est une extension Chrome développée par QAProvider, et sa fonction principale est "No Ads Please extension will help you watching YouTube videos without annoying advertising".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension NoAdsPlease

Téléchargez les fichiers d'extension NoAdsPlease 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

                        - Hide text adverts
- Skip video adverts
More info: https://noadsplease.com

From 22.10.2019 it is fully FREE!                    

Informations de Base sur l'Extension

Nom NoAdsPlease NoAdsPlease
ID fgdimckjdalgmlobjacingiiihfpnlnn
URL Officiel https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn
Description No Ads Please extension will help you watching YouTube videos without annoying advertising
Taille du Fichier 129 KB
Nombre d'Installations 86
Version Actuelle 0.2
Dernière Mise à Jour 2019-10-22
Date de Publication 2019-10-22
Évaluation 4.25/5 Total 4 Évaluations
Développeur QAProvider
Type de Paiement free
Site Web de l'Extension https://noadsplease.com
URL de la Page d'Aide https://noadsplease.com/help
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoAdsPlease",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "eventPages.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "*:\/\/*.noadsplease.com\/*",
        "activeTab",
        "storage"
    ],
    "description": "No Ads Please extension will help you watching YouTube videos without annoying advertising",
    "icons": {
        "128": "mynoads.png"
    },
    "browser_action": {
        "default_icon": "mynoads.png",
        "default_popup": "popup.html"
    }
}