Video A-B Repeater

Video A-B Repeater

Video A-B Repeater क्या है?

Video A-B Repeater Kunihiro Ando द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video A-B Repeater"।

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

screenshot
screenshot

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

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

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

                        Video A-B Repeater you will get a loop button upper a video player. After you play a video, video will repeat itself infinitely.

Two markers (A and B) can be placed at current playhead position when you need.


github
 https://github.com/kxkx5150/Video-A-B-Repeater                    

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

नाम Video A-B Repeater Video A-B Repeater
ID klfkbocfdjgokanhbnblemllkfanadmp
आधिकारिक URL https://chrome.google.com/webstore/detail/video-a-b-repeater/klfkbocfdjgokanhbnblemllkfanadmp
विवरण Video A-B Repeater
फ़ाइल का आकार 36.71 KB
स्थापना संख्या 1,925
वर्तमान संस्करण 0.8
अंतिम अपडेट 2021-01-31
प्रकाशन तिथि 2019-05-14
रेटिंग 4.71/5 कुल 7 रेटिंग्स
डेवलपर Kunihiro Ando
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video A-B Repeater",
    "description": "Video A-B Repeater",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.8"
}