Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
Hvad er Unblock embedded Youtube videos?
Unblock embedded Youtube videos er en Chrome-udvidelse udviklet af drulia, og dens hovedfunktion er "Play embedded Youtube videos without problems!".
Udvidelsesskærmbilleder
Download Unblock embedded Youtube videos-udvidelses-CRX-fil
Download Unblock embedded Youtube videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aajjpnimaghinaladfeongfnojpooegf |
Officiel URL | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
Beskrivelse | Play embedded Youtube videos without problems! |
Filstørrelse | 12.45 KB |
Antal Installationer | 9,880 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2014-07-31 |
Udgivelsesdato | 2014-07-31 |
Bedømmelse | 2.59/5 Samlet 257 Bedømmelser |
Udvikler | drulia |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/drulia/youtube_video_unblocker |
Understøttede Sprog | 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" ] } } |