Maximize Tinychat

This extension makes tinychat suck just one iota less..

Maximize Tinychat क्या है?

Maximize Tinychat gibsonr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes tinychat suck just one iota less.."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Maximize Tinychat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}