Auto Replay for YouTube™

Enables automatic replay of a YouTube™ video or a part of it...

Was ist Auto Replay for YouTube™?

Auto Replay for YouTube™ ist eine Chrome-Erweiterung, die von http://www.ezlooper.com entwickelt wurde, und ihr Hauptmerkmal ist "Enables automatic replay of a YouTube™ video or a part of it...".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Auto Replay for YouTube™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Replay for YouTube™-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

                        Adds a Replay button to YouTube™, allowing you to loop the video clip.

Replay and share your loops using the built-in EZ Looper integration (http://www.ezlooper.com) 

Excellent for musicians: Loop to practice on a specific part of a song...

Notes

* I've integrated between the addon and EZ Looper (http://www.ezlooper.com). Your thoughts and comments are welcome!                    

Grundlegende Informationen zur Erweiterung

Name Auto Replay for YouTube™ Auto Replay for YouTube™
ID mcdpnidfhfjfbafmpppcplcejgepadbo
Offizielle URL https://chrome.google.com/webstore/detail/auto-replay-for-youtube/mcdpnidfhfjfbafmpppcplcejgepadbo
Beschreibung Enables automatic replay of a YouTube™ video or a part of it...
Dateigröße 60.07 KB
Installationsanzahl 20,000
Aktuelle Version 3.4
Letztes Update 2018-01-31
Veröffentlichungsdatum 2018-01-31
Bewertung 3.94/5 Insgesamt 431 Bewertungen
Entwickler http://www.ezlooper.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Replay for YouTube\u2122",
    "manifest_version": 2,
    "version": "3.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "youtubeautoreplay_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "description": "Enables automatic replay of a YouTube\u2122 video or a part of it..."
}