iPrevYou

Preview youtube videos on the spot without leaving the page

O que é iPrevYou?

iPrevYou é uma extensão do Chrome desenvolvida por iprevyou, e sua principal característica é "Preview youtube videos on the spot without leaving the page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão iPrevYou

Baixe arquivos de extensão iPrevYou no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iPrevYou iPrevYou
ID cmdehdaenpmcjddcnfejenikokbgghei
URL Oficial https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei
Descrição Preview youtube videos on the spot without leaving the page
Tamanho do Arquivo 86.43 KB
Contagem de Instalações 605
Versão Atual 1.0.6
Última Atualização 2017-09-01
Data de Publicação 2017-09-01
Classificação 4.35/5 Total de 20 Avaliações
Desenvolvedor iprevyou
Tipo de Pagamento free
Site da Extensão http://www.iprevyou.com
Idiomas Suportados 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"
    }
}