iPrevYou

Preview youtube videos on the spot without leaving the page

Qu'est-ce que iPrevYou ?

iPrevYou est une extension Chrome développée par iprevyou, et sa fonction principale est "Preview youtube videos on the spot without leaving the page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iPrevYou

Téléchargez les fichiers d'extension iPrevYou au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom iPrevYou iPrevYou
ID cmdehdaenpmcjddcnfejenikokbgghei
URL Officiel https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei
Description Preview youtube videos on the spot without leaving the page
Taille du Fichier 86.43 KB
Nombre d'Installations 605
Version Actuelle 1.0.6
Dernière Mise à Jour 2017-09-01
Date de Publication 2017-09-01
Évaluation 4.35/5 Total 20 Évaluations
Développeur iprevyou
Type de Paiement free
Site Web de l'Extension http://www.iprevyou.com
Langues Prises en Charge 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"
    }
}