iPrevYou

Preview youtube videos on the spot without leaving the page

Was ist iPrevYou?

iPrevYou ist eine Chrome-Erweiterung, die von iprevyou entwickelt wurde, und ihr Hauptmerkmal ist "Preview youtube videos on the spot without leaving the page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

iPrevYou-Erweiterungs-CRX-Datei herunterladen

Laden Sie iPrevYou-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name iPrevYou iPrevYou
ID cmdehdaenpmcjddcnfejenikokbgghei
Offizielle URL https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei
Beschreibung Preview youtube videos on the spot without leaving the page
Dateigröße 86.43 KB
Installationsanzahl 605
Aktuelle Version 1.0.6
Letztes Update 2017-09-01
Veröffentlichungsdatum 2017-09-01
Bewertung 4.35/5 Insgesamt 20 Bewertungen
Entwickler iprevyou
Zahlungsart free
Erweiterungswebsite http://www.iprevyou.com
Unterstützte Sprachen 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"
    }
}