Wimp Autoplay

An autoplayer for wimp.

Wimp Autoplay क्या है?

Wimp Autoplay Ashkan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An autoplayer for wimp."।

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

screenshot
screenshot

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

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

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

                        This a simple autoplaying agent for Wimp which adds two buttons below the video player which control autoplaying and how to autoplay (play next, previous, or random video after).

This is a simple beta for now, if there is enough interest in it, then I will add features to it. Possible features include: keyboard navigation and same page loading of videos.

However, I may also just make a website that is a better interface for Wimp, which may be better.                    

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

नाम Wimp Autoplay Wimp Autoplay
ID oilleiaajfdnnclncmnonndldafmlpdl
आधिकारिक URL https://chrome.google.com/webstore/detail/wimp-autoplay/oilleiaajfdnnclncmnonndldafmlpdl
विवरण An autoplayer for wimp.
फ़ाइल का आकार 32.36 KB
स्थापना संख्या 109
वर्तमान संस्करण 0.13
अंतिम अपडेट 2014-01-13
प्रकाशन तिथि 2014-01-13
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Ashkan
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wimp Autoplay",
    "description": "An autoplayer for wimp.",
    "version": "0.13",
    "permissions": [
        "http:\/\/www.wimp.com\/"
    ],
    "icons": {
        "16": "favicon16.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.wimp.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "localstorage.js",
        "tracking.js"
    ]
}