ytCropper Extension

This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video

ytCropper Extensionとは何ですか?

ytCropper Extensionはhttps://www.ytcropper.comによって開発されたChromeの拡張機能で、その主な機能は「This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video」です。

拡張機能のスクリーンショット

screenshot

ytCropper Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video                    

拡張機能の基本情報

名前 ytCropper Extension ytCropper Extension
ID jbfhidppllclbgkeppjpfhnihhggjood
公式URL https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood
説明 This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
ファイルサイズ 12.78 KB
インストール数 181
現在のバージョン 1.2
最終更新日 2014-06-04
公開日 2014-06-04
評価 2.71/5 合計 7 レビュー
開発者 https://www.ytcropper.com
支払い方法 free
拡張機能のウェブサイト http://www.ytcropper.com
ヘルプページのURL http://www.ytcropper.com/contact
対応言語 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ytCropper Extension",
    "description": "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video",
    "version": "1.2",
    "page_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}