TubeUnblock

TubeUnblock

Was ist TubeUnblock?

TubeUnblock ist eine Chrome-Erweiterung, die von blank entwickelt wurde, und ihr Hauptmerkmal ist "TubeUnblock".

Erweiterungsscreenshots

screenshot

TubeUnblock-Erweiterungs-CRX-Datei herunterladen

Laden Sie TubeUnblock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TubeUnblock TubeUnblock
ID nocfiicinjlacbcpohmbcndlmmfmlidk
Offizielle URL https://chrome.google.com/webstore/detail/tubeunblock/nocfiicinjlacbcpohmbcndlmmfmlidk
Beschreibung TubeUnblock
Dateigröße 189 KB
Installationsanzahl 5,000
Aktuelle Version 1.0.3
Letztes Update 2015-07-13
Veröffentlichungsdatum 2015-07-10
Bewertung 4.08/5 Insgesamt 72 Bewertungen
Entwickler blank
Zahlungsart free
Erweiterungswebsite http://tubeunblock.com
Unterstützte Sprachen 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"
    }
}