Showyou

Share videos on Showyou.

Showyouคืออะไร?

Showyou เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://showyou.com และคุณลักษณะหลักของมันคือ "Share videos on Showyou."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Showyou

ดาวน์โหลดไฟล์ส่วนขยาย Showyou ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        All the videos your friends share in one place. On your iPad, iPhone and the Web. Use this extension to easily share videos you find around the web on Showyou.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Showyou Showyou
ID ilcjcaognplmdibjbbnblikgjjkkkmlc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/showyou/ilcjcaognplmdibjbbnblikgjjkkkmlc
คำอธิบาย Share videos on Showyou.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2014-02-10
วันที่เผยแพร่ 2014-02-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://showyou.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showyou",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Share videos on Showyou.",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/uri.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}