Wimp Autoplay

An autoplayer for wimp.

What is Wimp Autoplay?

Wimp Autoplay is a Chrome extension developed by Ashkan, and its main feature is "An autoplayer for wimp.".

Extension Screenshots

screenshot
screenshot

Download Wimp Autoplay Extension CRX File

Download Wimp Autoplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wimp Autoplay Wimp Autoplay
ID oilleiaajfdnnclncmnonndldafmlpdl
Official URL https://chrome.google.com/webstore/detail/wimp-autoplay/oilleiaajfdnnclncmnonndldafmlpdl
Description An autoplayer for wimp.
File Size 32.36 KB
Installation Count 109
Current Version 0.13
Last Updated 2014-01-13
Publish Date 2014-01-13
Rating 5.00/5 Total 4 Ratings
Developer Ashkan
Payment Type free
Supported Languages 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"
    ]
}