Auto Repeat for HTML5 Youtube Videos

Make Your HTML5 Youtube Videos Auto Repeat

Vad är Auto Repeat for HTML5 Youtube Videos?

Auto Repeat for HTML5 Youtube Videos är en Chrome-tillägg utvecklad av arrezaw216, och dess huvudfunktion är "Make Your HTML5 Youtube Videos Auto Repeat".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Auto Repeat for HTML5 Youtube Videos-förlängningens CRX-fil

Ladda ner Auto Repeat for HTML5 Youtube Videos-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

                        ***08/03/2015 Update***

Simple Auto Repeat feature for HTML5 YouTube videos on youtube.com exclusively.

Works on regular HTML5 YouTube videos and user playlists.

Auto Repeat toggle buttons are located in the control bar of the video.

The toggle button will appear on all screen modes, such as theater mode 

and full screen.                    

Grundläggande Information om Tillägg

Namn Auto Repeat for HTML5 Youtube Videos Auto Repeat for HTML5 Youtube Videos
ID khkihoopolaklcpkkcddoohipmnenjii
Officiell webbadress https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii
Beskrivning Make Your HTML5 Youtube Videos Auto Repeat
Filstorlek 5.41 MB
Antal Installationer 168
Aktuell Version 0.0.1.2
Senast Uppdaterad 2015-08-04
Publiceringsdatum 2015-08-04
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare arrezaw216
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Auto Repeat for HTML5 Youtube Videos",
    "description": "Make Your HTML5 Youtube Videos Auto Repeat",
    "version": "0.0.1.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "repeat2.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "repeat_icon_19.png",
        "default_title": "HTML5 Youtube Video Auto Repeat"
    },
    "manifest_version": 2
}