Maximize Watchtogether
Make Watchtogether FULLSCREEN!
What is Maximize Watchtogether?
Maximize Watchtogether is a Chrome extension developed by da404lewzer, and its main feature is "Make Watchtogether FULLSCREEN!".
Extension Screenshots
Download Maximize Watchtogether Extension CRX File
Download Maximize Watchtogether extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tired of Watchtogether being tiny? Make it huge with a click! Version 1.1: * Bug fixes Version 1.0: * Initial Release
Extension Basic Information
Name | |
ID | pcfimcimbplgpmnhkigjjkfkkcgbkpod |
Official URL | https://chrome.google.com/webstore/detail/maximize-watchtogether/pcfimcimbplgpmnhkigjjkfkkcgbkpod |
Description | Make Watchtogether FULLSCREEN! |
File Size | 55.88 KB |
Installation Count | 63 |
Current Version | 1.1 |
Last Updated | 2015-09-05 |
Publish Date | 2015-09-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | da404lewzer |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maximize Watchtogether", "description": "Make Watchtogether FULLSCREEN!", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Click to toggle fullscreen mode." }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |