Maximize Tinychat

This extension makes tinychat suck just one iota less..

Maximize Tinychatคืออะไร?

Maximize Tinychat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gibsonr และคุณลักษณะหลักของมันคือ "This extension makes tinychat suck just one iota less.."

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

screenshot

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

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

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

                        This extension moves the tinychat window above the rest of the page, and makes it become as big as the browser, allowing you to resize the window in any way you desire. When enlarged, cameras have higher detail. 
It also moves all of the ads and things below the window so you aren't distracted by them.

In the latest update, it now works across embedded tinychat instances, maximizing the frame it is in and moving it to the top. This requires higher permissions, so anyone updating the application will need to approve them.                    

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

ชื่อ Maximize Tinychat Maximize Tinychat
ID ifoiaiiohomjlebghcdonnefnibdjjne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/maximize-tinychat/ifoiaiiohomjlebghcdonnefnibdjjne
คำอธิบาย This extension makes tinychat suck just one iota less..
ขนาดไฟล์ 707 KB
จำนวนการติดตั้ง 427
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2017-01-20
วันที่เผยแพร่ 2017-01-19
คะแนน 4.42/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา gibsonr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/tinychat.com\/*",
                "http:\/\/tinychat.com\/*"
            ]
        }
    ],
    "description": "This extension makes tinychat suck just one iota less..",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCyqa9yLaemw4+SUYWEOqcJl6SdJkl9vWEqjwFCDW6U8rB1FyjXB+Q4Ut+vGERclTq95L4UUltlzsdEMcyMiV9wh426ZXTwMIwkdekwKHLpxOzMQ1DBsRkGQ9n\/vOWyXOCZ5Bfzppkr93hxCUqdZ0LbnK3KbgqJ63NHuM08hdIouwIDAQAB",
    "manifest_version": 2,
    "name": "Maximize Tinychat",
    "page_action": {
        "default_icon": "38.png",
        "default_title": "Cam Zoom Selector"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}