TubeUnblock

TubeUnblock

Qu'est-ce que TubeUnblock ?

TubeUnblock est une extension Chrome développée par blank, et sa fonction principale est "TubeUnblock".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TubeUnblock

Téléchargez les fichiers d'extension TubeUnblock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Watch Embedded Videos
The TubeUnblock plugin allows you to watch embedded YouTube videos on any site. When the plugin is active, the TubeUnblock player will appear any time there is an embedded YouTube video. Simply click play and you will be able to watch the video without leaving the page.

Redirect for YouTube Links
When you click on a YouTube link found in search results or included on any website page, you will be redirected to TubeUnblock to view the video.

Search Bar
The plugin can also be used to quickly search for YouTube content. Type your search in the search bar to access YouTube results through the TubeUnblock site.                    

Informations de Base sur l'Extension

Nom TubeUnblock TubeUnblock
ID nocfiicinjlacbcpohmbcndlmmfmlidk
URL Officiel https://chrome.google.com/webstore/detail/tubeunblock/nocfiicinjlacbcpohmbcndlmmfmlidk
Description TubeUnblock
Taille du Fichier 189 KB
Nombre d'Installations 5,000
Version Actuelle 1.0.3
Dernière Mise à Jour 2015-07-13
Date de Publication 2015-07-10
Évaluation 4.08/5 Total 72 Évaluations
Développeur blank
Type de Paiement free
Site Web de l'Extension http://tubeunblock.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeUnblock",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "TubeUnblock",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/redirect.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon_active.png",
        "default_popup": "html\/popup.html"
    }
}