iPrevYou

Preview youtube videos on the spot without leaving the page

iPrevYou क्या है?

iPrevYou iprevyou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview youtube videos on the spot without leaving the page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iPrevYou एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}