Smart Repeat

Repeat YouTube videos from any point in time

Smart Repeat क्या है?

Smart Repeat OldGen Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Repeat YouTube videos from any point in time"।

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

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

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

                        You can repeat youtube from any point in time. :D                    

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

नाम Smart Repeat Smart Repeat
ID cbafpldbkgamhfbggmdnjfmglcjaeldb
आधिकारिक URL https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb
विवरण Repeat YouTube videos from any point in time
फ़ाइल का आकार 18.32 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.33.7
अंतिम अपडेट 2013-08-07
प्रकाशन तिथि 2013-08-07
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर OldGen Software
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Repeat",
    "content_scripts": [
        {
            "js": [
                "smartrepeat.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Repeat YouTube videos from any point in time",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.33.7",
    "manifest_version": 2
}