HideMyVideo

Embeds videos into any webpage

HideMyVideoとは何ですか?

HideMyVideoはanarchy2810によって開発されたChromeの拡張機能で、その主な機能は「Embeds videos into any webpage」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        HideMyVideo replaces webpage videos/images with any YouTube Video, or Video that you desire!                    

拡張機能の基本情報

名前 HideMyVideo HideMyVideo
ID gllhpfhkdpjlcfflpclfemkbipnnimik
公式URL https://chromewebstore.google.com/detail/hidemyvideo/gllhpfhkdpjlcfflpclfemkbipnnimik
説明 Embeds videos into any webpage
ファイルサイズ 108 KB
インストール数 11
現在のバージョン 1.0
最終更新日 2018-06-19
公開日 2018-06-19
評価 5.00/5 合計 2 レビュー
開発者 anarchy2810
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HideMyVideo",
    "description": "Embeds videos into any webpage",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "256": "images\/icon256.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/content.js",
                "content_scripts\/jquery.min.js"
            ],
            "css": [
                "content_scripts\/format.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}