Youtube-Replayer

Hope this help!

Youtube-Replayer क्या है?

Youtube-Replayer nhung.luke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hope this help!"।

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

screenshot
screenshot

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

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

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

                        Provide an easy way to replay a part of your favorite Youtube video, all you have to do are click A for setting the first point and click B for select the last point of the part you would like to repeat.                    

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

नाम Youtube-Replayer Youtube-Replayer
ID ikehalidojegddocmomcghlpkalignkj
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-replayer/ikehalidojegddocmomcghlpkalignkj
विवरण Hope this help!
फ़ाइल का आकार 180 KB
स्थापना संख्या 248
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2021-09-21
प्रकाशन तिथि 2017-05-06
रेटिंग 4.00/5 कुल 10 रेटिंग्स
डेवलपर nhung.luke
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube-Replayer",
    "version": "0.0.0.5",
    "description": "Hope this help!",
    "background_page": "background.html",
    "icons": {
        "128": "images\/autoreplay-128.png",
        "64": "images\/autoreplay-64.png",
        "48": "images\/autoreplay-48.png",
        "32": "images\/autoreplay-32.png",
        "24": "images\/autoreplay-24.png",
        "18": "images\/autoreplay-18.png"
    },
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/checkbox.css",
                "css\/bootstrap.css"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/bootstrap.js",
                "scripts\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/autoreplay-32.png",
        "default_popup": "html\/popup.html",
        "default_title": "Click here!"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}