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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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