iPrevYou
Preview youtube videos on the spot without leaving the page
What is iPrevYou?
iPrevYou is a Chrome extension developed by iprevyou, and its main feature is "Preview youtube videos on the spot without leaving the page".
Extension Screenshots
Download iPrevYou Extension CRX File
Download iPrevYou extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cmdehdaenpmcjddcnfejenikokbgghei |
Official URL | https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei |
Description | Preview youtube videos on the spot without leaving the page |
File Size | 86.43 KB |
Installation Count | 605 |
Current Version | 1.0.6 |
Last Updated | 2017-09-01 |
Publish Date | 2017-09-01 |
Rating | 4.35/5 Total 20 Ratings |
Developer | iprevyou |
Payment Type | free |
Extension Website | http://www.iprevyou.com |
Supported Languages | 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", "*:\/\/*\/*", " |