HideMyVideo

Embeds videos into any webpage

What is HideMyVideo?

HideMyVideo is a Chrome extension developed by anarchy2810, and its main feature is "Embeds videos into any webpage".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HideMyVideo Extension CRX File

Download HideMyVideo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name HideMyVideo HideMyVideo
ID gllhpfhkdpjlcfflpclfemkbipnnimik
Official URL https://chromewebstore.google.com/detail/hidemyvideo/gllhpfhkdpjlcfflpclfemkbipnnimik
Description Embeds videos into any webpage
File Size 108 KB
Installation Count 11
Current Version 1.0
Last Updated 2018-06-19
Publish Date 2018-06-19
Rating 5.00/5 Total 2 Ratings
Developer anarchy2810
Payment Type free
Supported Languages 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"
    ]
}