Auto Repeat for HTML5 Youtube Videos

Make Your HTML5 Youtube Videos Auto Repeat

Auto Repeat for HTML5 Youtube Videos क्या है?

Auto Repeat for HTML5 Youtube Videos arrezaw216 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Your HTML5 Youtube Videos Auto Repeat"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Repeat for HTML5 Youtube Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ***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.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Repeat for HTML5 Youtube Videos Auto Repeat for HTML5 Youtube Videos
ID khkihoopolaklcpkkcddoohipmnenjii
आधिकारिक URL https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii
विवरण Make Your HTML5 Youtube Videos Auto Repeat
फ़ाइल का आकार 5.41 MB
स्थापना संख्या 168
वर्तमान संस्करण 0.0.1.2
अंतिम अपडेट 2015-08-04
प्रकाशन तिथि 2015-08-04
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर arrezaw216
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}