Video Looper for Youtube/Dailymotion/others

This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5

Video Looper for Youtube/Dailymotion/others क्या है?

Video Looper for Youtube/Dailymotion/others o9000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5"।

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

screenshot
screenshot

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

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

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

                        A browser action button should appear on the right of the URL bar.
Click the action button once to toggle automatic replay for the video; click twice to disable it.                    

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

नाम Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
आधिकारिक URL https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
विवरण This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
फ़ाइल का आकार 18.77 KB
स्थापना संख्या 2,418
वर्तमान संस्करण 2015.12.30.0
अंतिम अपडेट 2016-01-01
प्रकाशन तिथि 2016-01-01
रेटिंग 4.19/5 कुल 16 रेटिंग्स
डेवलपर o9000
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Looper for Youtube\/Dailymotion\/others",
    "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5",
    "version": "2015.12.30.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Video Looper",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}