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
Eメール [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"
        }
    ]
}