Overwatch Video Gallery

Overwatch shows video gallery of action game Overwatch. Add your own video.

Overwatch Video Galleryคืออะไร?

Overwatch Video Gallery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 1.000.000 Downloads และคุณลักษณะหลักของมันคือ "Overwatch shows video gallery of action game Overwatch. Add your own video."

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

screenshot

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

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

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

                        Overwatch contains video gallery about shooter game Overwatch, highlights, assault, etc.

ADD, BROWSE and EDIT GALLERY: 
 - Right-click on video for adding + Click to: INTO Overwatch Video Gallery.
 - Browse and Edit in the icon app.
 - You can only add videos from YouTube. 

#all#for#fans                    

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

ชื่อ Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
คำอธิบาย Overwatch shows video gallery of action game Overwatch. Add your own video.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-22
วันที่เผยแพร่ 2016-11-22
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา 1.000.000 Downloads
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Overwatch Video Gallery",
    "description": "Overwatch shows video gallery of action game Overwatch. Add your own video.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}