Wimp Autoplay

An autoplayer for wimp.

什麼是Wimp Autoplay?

Wimp Autoplay是由Ashkan開發的Chrome擴展程式,該擴展的主要功能是“An autoplayer for wimp.”。

擴展截圖

screenshot
screenshot

下載Wimp Autoplay擴展crx文件

下載Wimp Autoplay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}