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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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