Twitter/YouTube Image Viewer

Image viewer for twitter and youtube

Twitter/YouTube Image Viewerคืออะไร?

Twitter/YouTube Image Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย posky และคุณลักษณะหลักของมันคือ "Image viewer for twitter and youtube"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter/YouTube Image Viewer

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

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

                        View or save original image of Twitter
View or save thumbnail of Youtube
View or save original image of Facebook                    

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

ชื่อ Twitter/YouTube Image Viewer Twitter/YouTube Image Viewer
ID cimifjpgnhkpfejeminpmonodgkgbbmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitteryoutube-image-view/cimifjpgnhkpfejeminpmonodgkgbbmg
คำอธิบาย Image viewer for twitter and youtube
ขนาดไฟล์ 15.83 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2019-11-27
วันที่เผยแพร่ 2019-11-22
ผู้พัฒนา posky
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "description": "Image viewer for twitter and youtube",
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "manifest_version": 2,
    "name": "Twitter\/YouTube Image Viewer",
    "options_ui": {
        "open_in_tab": false,
        "page": "html\/options.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "contextMenus",
        "downloads",
        "storage"
    ],
    "version": "1.5"
}