iPrevYou

Preview youtube videos on the spot without leaving the page

Vad är iPrevYou?

iPrevYou är en Chrome-tillägg utvecklad av iprevyou, och dess huvudfunktion är "Preview youtube videos on the spot without leaving the page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner iPrevYou-förlängningens CRX-fil

Ladda ner iPrevYou-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn iPrevYou iPrevYou
ID cmdehdaenpmcjddcnfejenikokbgghei
Officiell webbadress https://chrome.google.com/webstore/detail/iprevyou/cmdehdaenpmcjddcnfejenikokbgghei
Beskrivning Preview youtube videos on the spot without leaving the page
Filstorlek 86.43 KB
Antal Installationer 605
Aktuell Version 1.0.6
Senast Uppdaterad 2017-09-01
Publiceringsdatum 2017-09-01
Betyg 4.35/5 Totalt 20 Betyg
Utvecklare iprevyou
Betalningssätt free
Tilläggswebbplats http://www.iprevyou.com
Stödda Språk 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"
    }
}