Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
Was ist Unblock embedded Youtube videos?
Unblock embedded Youtube videos ist eine Chrome-Erweiterung, die von drulia entwickelt wurde, und ihr Hauptmerkmal ist "Play embedded Youtube videos without problems!".
Erweiterungsscreenshots
Unblock embedded Youtube videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unblock embedded Youtube videos-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
This is very simple extension to enable playing of certain embedded Youtube videos which usually would be blocked and not allowed to play. (i.e videos are blocked on certain websites and similar situations.) All it does is makes Youtube think that you playing all their videos from google.com domain. [Disclosure] It doesn't allow you to play videos that are blocked in your country. Extension is open sourced https://github.com/drulia/youtube_video_unblocker
Grundlegende Informationen zur Erweiterung
Name | |
ID | aajjpnimaghinaladfeongfnojpooegf |
Offizielle URL | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
Beschreibung | Play embedded Youtube videos without problems! |
Dateigröße | 12.45 KB |
Installationsanzahl | 9,880 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-07-31 |
Veröffentlichungsdatum | 2014-07-31 |
Bewertung | 2.59/5 Insgesamt 257 Bewertungen |
Entwickler | drulia |
Zahlungsart | free |
Hilfeseite URL | https://github.com/drulia/youtube_video_unblocker |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unblock embedded Youtube videos", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "22", "description": "Play embedded Youtube videos without problems!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/" ], "background": { "scripts": [ "background.js" ] } } |