Wimp Autoplay

An autoplayer for wimp.

Was ist Wimp Autoplay?

Wimp Autoplay ist eine Chrome-Erweiterung, die von Ashkan entwickelt wurde, und ihr Hauptmerkmal ist "An autoplayer for wimp.".

Erweiterungsscreenshots

screenshot
screenshot

Wimp Autoplay-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wimp Autoplay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wimp Autoplay Wimp Autoplay
ID oilleiaajfdnnclncmnonndldafmlpdl
Offizielle URL https://chrome.google.com/webstore/detail/wimp-autoplay/oilleiaajfdnnclncmnonndldafmlpdl
Beschreibung An autoplayer for wimp.
Dateigröße 32.36 KB
Installationsanzahl 109
Aktuelle Version 0.13
Letztes Update 2014-01-13
Veröffentlichungsdatum 2014-01-13
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Ashkan
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}