WebM Options (Premium)

Set default attributes for direct WebM links

什么是WebM Options (Premium)?

WebM Options (Premium)是由Miller开发的Chrome扩展程序,该扩展的主要功能是“Set default attributes for direct WebM links”。

扩展截图

screenshot
screenshot
screenshot

下载WebM Options (Premium)扩展crx文件

下载WebM Options (Premium)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Direct links to WebM files have all the video attributes set to Chrome's default values, this extension gives you control over what those values are.

This extension ONLY works with direct links to WebM files, it only works on pages where the URL ends with .webm

To enable this extension to work with local files, check the 'Allow access to file URLs' checkbox underneath the extension in chrome > settings > extensions


If you have any suggestions, comments or if you want to design a nice layout for the options page (or some logos or banners that don't look as terrible as the ones I've made) feel free to contact me.                    

扩展基本信息

名称 WebM Options (Premium) WebM Options (Premium)
ID fhgjcfedjhkachipnckecjckmdllpgjh
官方URL https://chromewebstore.google.com/detail/webm-options-premium/fhgjcfedjhkachipnckecjckmdllpgjh
简介 Set default attributes for direct WebM links
文件大小 16.89 KB
安装次数 1,938
当前版本 1.51
更新时间 2017-11-22
上架时间 2017-11-22
评分 3.68/5 共22次评分
开发者 Miller
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebM Options (Premium)",
    "description": "Set default attributes for direct WebM links",
    "version": "1.51",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.webm",
                "https:\/\/*\/*.webm",
                "file:\/\/*\/*.webm"
            ],
            "js": [
                "webmoptions.js"
            ],
            "run_at": "document_start"
        }
    ]
}