iPrevYou
Preview youtube videos on the spot without leaving the page
Apa itu iPrevYou?
iPrevYou adalah ekstensi Chrome yang dikembangkan oleh iprevyou, dan fitur utamanya adalah "Preview youtube videos on the spot without leaving the page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi iPrevYou
Unduh file ekstensi iPrevYou 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
Remove the hassle of opening a new page to view a youtube video and watch them right on spot. In combination with the our chrome app you can also view videos outside the youtube webpage.
Informasi Dasar Ekstensi
Nama | |
ID | cmdehdaenpmcjddcnfejenikokbgghei |
URL Resmi | https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei |
Deskripsi | Preview youtube videos on the spot without leaving the page |
Ukuran File | 86.43 KB |
Jumlah Instalasi | 605 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2017-09-01 |
Tanggal Publikasi | 2017-09-01 |
Penilaian | 4.35/5 Total 20 Penilaian |
Pengembang | iprevyou |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.iprevyou.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "iprevyou" }, "description": "Preview youtube videos on the spot without leaving the page", "web_accessible_resources": [ "scripts\/*", "fonts\/*", "main.css", "popup.js", "plugin\/*" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "iPrevYou", "short_name": "iPrevYou", "homepage_url": "http:\/\/iprevyou.com", "permissions": [ "*:\/\/*\/*", "background", "management", "tabs", "storage", "*:\/\/*\/*", " |