Hide Youtube

Hide Youtube in Office, College or restricted areas.

Wat is Hide Youtube?

Hide Youtube is een Chrome-extensie ontwikkeld door Tamilselvan, en de belangrijkste functie is "Hide Youtube in Office, College or restricted areas.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Hide Youtube

Download Hide Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will allow you to use youtube in college or office work place where you have access to youtube but you are not supposed to view it.
It change the title into Google, Changes the logo into Google's logo.
It hides rest of you tube signature while playing the video.                    

Basisinformatie over de Extensie

Naam Hide Youtube Hide Youtube
ID llikcpkonlnkadcelohfaamfaocoebna
Officiële URL https://chrome.google.com/webstore/detail/hide-youtube/llikcpkonlnkadcelohfaamfaocoebna
Beschrijving Hide Youtube in Office, College or restricted areas.
Bestandsgrootte 57.02 KB
Aantal Installaties 66
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-23
Publicatiedatum 2016-06-23
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Tamilselvan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Youtube",
    "short_name": "HTube",
    "description": "Hide Youtube in Office, College or restricted areas.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}