iPrevYou

Preview youtube videos on the spot without leaving the page

¿Qué es iPrevYou?

iPrevYou es una extensión de Chrome desarrollada por iprevyou, y su función principal es "Preview youtube videos on the spot without leaving the page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión iPrevYou

Descarga archivos de extensión iPrevYou en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre iPrevYou iPrevYou
ID cmdehdaenpmcjddcnfejenikokbgghei
URL Oficial https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei
Descripción Preview youtube videos on the spot without leaving the page
Tamaño del Archivo 86.43 KB
Cantidad de Instalaciones 605
Versión Actual 1.0.6
Última Actualización 2017-09-01
Fecha de Publicación 2017-09-01
Calificación 4.35/5 Total de 20 Calificaciones
Desarrollador iprevyou
Tipo de Pago free
Sitio Web de la Extensión http://www.iprevyou.com
Idiomas Soportados 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",
        "*:\/\/*\/*",
        "",
        "contextMenus",
        "unlimitedStorage"
    ],
    "version": "1.0.6",
    "incognito": "spanning",
    "minimum_chrome_version": "24",
    "icons": {
        "128": "plugin\/iprevyou.png"
    }
}