iPrevYou

Preview youtube videos on the spot without leaving the page

Что такое iPrevYou?

iPrevYou - это расширение Chrome, разработанное iprevyou, и его основная функция - "Preview youtube videos on the spot without leaving the page".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения iPrevYou

Скачайте файлы расширений iPrevYou в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название iPrevYou iPrevYou
ID cmdehdaenpmcjddcnfejenikokbgghei
Официальный URL https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei
Описание Preview youtube videos on the spot without leaving the page
Размер файла 86.43 KB
Количество установок 605
Текущая Версия 1.0.6
Последнее Обновление 2017-09-01
Дата публикации 2017-09-01
Рейтинг 4.35/5 Всего 20 оценок
Разработчик iprevyou
Тип оплаты free
Официальный сайт расширения http://www.iprevyou.com
Поддерживаемые языки 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"
    }
}