Deuce Viewer

You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).

Deuce Viewerคืออะไร?

Deuce Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swapnil Shinde และคุณลักษณะหลักของมันคือ "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :))."

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

screenshot

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

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

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

                        Using this extension you can view view a thumbnail profile photo in a larger view without likes and comments. Just right click on photo and click "View in Deuce Viewer".                    

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

ชื่อ Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
คำอธิบาย You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
ขนาดไฟล์ 13.56 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2014-12-06
วันที่เผยแพร่ 2014-12-06
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Swapnil Shinde
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://softwarriors.webs.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deuce Viewer",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "deuce_chrome_background_compiled.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "deuce_chrome_sbi_compiled.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        ""
    ]
}