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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}