playback speed extension

Very simple extension to control the playback speed of

playback speed extensionとは何ですか?

playback speed extensionはmichaelerasmusによって開発されたChromeの拡張機能で、その主な機能は「Very simple extension to control the playback speed of

playback speed extension拡張機能のCRXファイルをダウンロード

playback speed extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A super simple chrome extension to control the playback speed of any video element                    

拡張機能の基本情報

名前 playback speed extension playback speed extension
ID jokfkmkphpmdnonolbpnpacodbgjfeam
公式URL https://chrome.google.com/webstore/detail/playback-speed-extension/jokfkmkphpmdnonolbpnpacodbgjfeam
説明 Very simple extension to control the playback speed of
ファイルサイズ 8.93 KB
インストール数 540
現在のバージョン 0.0.4
最終更新日 2014-12-29
公開日 2014-12-29
評価 4.64/5 合計 11 レビュー
開発者 michaelerasmus
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "playback speed extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}