Maximize Tinychat
This extension makes tinychat suck just one iota less..
什么是Maximize Tinychat?
Maximize Tinychat是由gibsonr开发的Chrome扩展程序,该扩展的主要功能是“This extension makes tinychat suck just one iota less..”。
扩展截图
下载Maximize Tinychat扩展crx文件
下载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 |
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" } |