You No Cards

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

Was ist You No Cards?

You No Cards ist eine Chrome-Erweiterung, die von Aniket entwickelt wurde, und ihr Hauptmerkmal ist "Hide youtube end cards, which are displayed at the end of youtube videos".

Erweiterungsscreenshots

screenshot
screenshot

You No Cards-Erweiterungs-CRX-Datei herunterladen

Laden Sie You No Cards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name You No Cards You No Cards
ID ijjegnfpommcmglgjpifikbhnlbboikl
Offizielle URL https://chromewebstore.google.com/detail/you-no-cards/ijjegnfpommcmglgjpifikbhnlbboikl
Beschreibung Hide youtube end cards, which are displayed at the end of youtube videos
Dateigröße 11.71 KB
Installationsanzahl 4,598
Aktuelle Version 1.0.0
Letztes Update 2018-06-17
Veröffentlichungsdatum 2018-06-17
Bewertung 4.43/5 Insgesamt 28 Bewertungen
Entwickler Aniket
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}