Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
Apa itu Unblock embedded Youtube videos?
Unblock embedded Youtube videos adalah ekstensi Chrome yang dikembangkan oleh drulia, dan fitur utamanya adalah "Play embedded Youtube videos without problems!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unblock embedded Youtube videos
Unduh file ekstensi Unblock embedded Youtube videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | aajjpnimaghinaladfeongfnojpooegf |
URL Resmi | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
Deskripsi | Play embedded Youtube videos without problems! |
Ukuran File | 12.45 KB |
Jumlah Instalasi | 9,880 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-07-31 |
Tanggal Publikasi | 2014-07-31 |
Penilaian | 2.59/5 Total 257 Penilaian |
Pengembang | drulia |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/drulia/youtube_video_unblocker |
Bahasa yang Didukung | 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" ] } } |