Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
Vad är Unblock embedded Youtube videos?
Unblock embedded Youtube videos är en Chrome-tillägg utvecklad av drulia, och dess huvudfunktion är "Play embedded Youtube videos without problems!".
Tilläggsskärmbilder
Ladda ner Unblock embedded Youtube videos-förlängningens CRX-fil
Ladda ner Unblock embedded Youtube videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | aajjpnimaghinaladfeongfnojpooegf |
Officiell webbadress | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
Beskrivning | Play embedded Youtube videos without problems! |
Filstorlek | 12.45 KB |
Antal Installationer | 9,880 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2014-07-31 |
Publiceringsdatum | 2014-07-31 |
Betyg | 2.59/5 Totalt 257 Betyg |
Utvecklare | drulia |
Betalningssätt | free |
Hjälpsida URL | https://github.com/drulia/youtube_video_unblocker |
Stödda Språk | 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" ] } } |