You No Cards

Hide youtube end cards, which are displayed at the end of youtube videos

Qu'est-ce que You No Cards ?

You No Cards est une extension Chrome développée par Aniket, et sa fonction principale est "Hide youtube end cards, which are displayed at the end of youtube videos".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension You No Cards

Téléchargez les fichiers d'extension You No Cards 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 YouTube end cards, which are displayed at the end of YouTube videos with a single click.

Youtube video end cards are custom created templates made clickable with help of Youtube annotations, but these can be really annoying at times, blocking the content of the video you are watching in the end.

Now you can easily disable these, just install this extension and click on the YouNoCards toolbar button to remove those cards.

It remembers your settings, meaning you don't have to re-enable YouNoCards on browser restart.                    

Informations de Base sur l'Extension

Nom You No Cards You No Cards
ID ijjegnfpommcmglgjpifikbhnlbboikl
URL Officiel https://chromewebstore.google.com/detail/you-no-cards/ijjegnfpommcmglgjpifikbhnlbboikl
Description Hide youtube end cards, which are displayed at the end of youtube videos
Taille du Fichier 11.71 KB
Nombre d'Installations 4,598
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-06-17
Date de Publication 2018-06-17
Évaluation 4.43/5 Total 28 Évaluations
Développeur Aniket
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You No Cards",
    "version": "1.0.0",
    "description": "Hide youtube end cards, which are displayed at the end of youtube videos",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "You No Cards"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}