Wimp Autoplay

An autoplayer for wimp.

Qu'est-ce que Wimp Autoplay ?

Wimp Autoplay est une extension Chrome développée par Ashkan, et sa fonction principale est "An autoplayer for wimp.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wimp Autoplay

Téléchargez les fichiers d'extension Wimp Autoplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wimp Autoplay Wimp Autoplay
ID oilleiaajfdnnclncmnonndldafmlpdl
URL Officiel https://chrome.google.com/webstore/detail/wimp-autoplay/oilleiaajfdnnclncmnonndldafmlpdl
Description An autoplayer for wimp.
Taille du Fichier 32.36 KB
Nombre d'Installations 109
Version Actuelle 0.13
Dernière Mise à Jour 2014-01-13
Date de Publication 2014-01-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur Ashkan
Type de Paiement free
Langues Prises en Charge 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"
    ]
}