Auto Replay for YouTube™

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

Vad är Auto Replay for YouTube™?

Auto Replay for YouTube™ är en Chrome-tillägg utvecklad av http://www.ezlooper.com, och dess huvudfunktion är "Enables automatic replay of a YouTube™ video or a part of it...".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Auto Replay for YouTube™-förlängningens CRX-fil

Ladda ner Auto Replay for YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Auto Replay for YouTube™ Auto Replay for YouTube™
ID mcdpnidfhfjfbafmpppcplcejgepadbo
Officiell webbadress https://chrome.google.com/webstore/detail/auto-replay-for-youtube/mcdpnidfhfjfbafmpppcplcejgepadbo
Beskrivning Enables automatic replay of a YouTube™ video or a part of it...
Filstorlek 60.07 KB
Antal Installationer 20,000
Aktuell Version 3.4
Senast Uppdaterad 2018-01-31
Publiceringsdatum 2018-01-31
Betyg 3.94/5 Totalt 431 Betyg
Utvecklare http://www.ezlooper.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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..."
}