iPrevYou

Preview youtube videos on the spot without leaving the page

Cos'è iPrevYou?

iPrevYou è un'estensione di Chrome sviluppata da iprevyou, e la sua funzione principale è "Preview youtube videos on the spot without leaving the page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione iPrevYou

Scarica i file di estensione iPrevYou in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome iPrevYou iPrevYou
ID cmdehdaenpmcjddcnfejenikokbgghei
URL Ufficiale https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei
Descrizione Preview youtube videos on the spot without leaving the page
Dimensione del File 86.43 KB
Conteggio Installazioni 605
Versione Corrente 1.0.6
Ultimo Aggiornamento 2017-09-01
Data di Pubblicazione 2017-09-01
Valutazione 4.35/5 Totale 20 Valutazioni
Sviluppatore iprevyou
Tipo di Pagamento free
Sito Web dell'Estensione http://www.iprevyou.com
Lingue Supportate 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"
    }
}