YouTube Annotation Toggle

Adds a button that allows you to turn off and on the annotations on Youtube videos

Τι είναι το YouTube Annotation Toggle;

Το YouTube Annotation Toggle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ivoilic.com, και η κύρια λειτουργία του είναι "Adds a button that allows you to turn off and on the annotations on Youtube videos".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Annotation Toggle

Λήψη αρχείων επέκτασης YouTube Annotation Toggle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Sometimes you just want to watch a music video without those annoying annotations popping up and ruining your enjoyment.  This extension add button to the toolbar of YouTube videos that allows you to toggle annotations on and off.  Please report any missed annotation or problems.  Future update will include the ability to have annotations hidden by default.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouTube Annotation Toggle YouTube Annotation Toggle
ID nhhfmndchldoleopaobhmdbdaafaolhb
Επίσημο URL https://chromewebstore.google.com/detail/youtube-annotation-toggle/nhhfmndchldoleopaobhmdbdaafaolhb
Περιγραφή Adds a button that allows you to turn off and on the annotations on Youtube videos
Μέγεθος Αρχείου 42.02 KB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2015-04-08
Ημερομηνία Δημοσίευσης 2015-04-08
Αξιολόγηση 3.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.ivoilic.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Ivo Ili\u0107",
    "name": "YouTube Annotation Toggle",
    "description": "Adds a button that allows you to turn off and on the annotations on Youtube videos",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "annotation-toggle.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "annotation-toggle.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}