Browserstack Toolbar Toggle
Toggles the toolbar in Browserstack Live and App-Live
What is Browserstack Toolbar Toggle?
Browserstack Toolbar Toggle is a Chrome extension developed by Abhi Singh, and its main feature is "Toggles the toolbar in Browserstack Live and App-Live".
Extension Screenshots
Download Browserstack Toolbar Toggle Extension CRX File
Download Browserstack Toolbar Toggle 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
This extension provides a workaround to toggle the visibility of the toolbar present on dashboard for Browserstack Live and Browserstack App-Live. https://github.com/abhi2810/browserstack-toolbar-toggle
Extension Basic Information
Name | Browserstack Toolbar Toggle |
ID | iebpphcijlhddcmbbnmhgihellmonkbj |
Official URL | https://chromewebstore.google.com/detail/browserstack-toolbar-togg/iebpphcijlhddcmbbnmhgihellmonkbj |
Description | Toggles the toolbar in Browserstack Live and App-Live |
File Size | 60.5 KB |
Installation Count | 292 |
Current Version | 0.1 |
Last Updated | 2021-04-27 |
Publish Date | 2021-04-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Abhi Singh |
[email protected] | |
Payment Type | free |
Extension Website | https://browserstack.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browserstack Toolbar Toggle", "manifest_version": 3, "version": "0.1", "description": "Toggles the toolbar in Browserstack Live and App-Live", "action": { "default_icon": { "16": "\/images\/browserstack_16.png", "24": "\/images\/browserstack_24.png", "32": "\/images\/browserstack_32.png", "48": "\/images\/browserstack_48.png", "128": "\/images\/browserstack_128.png" }, "default_title": "Browserstack toolbar toggle" }, "author": "Abhi Singh", "icons": { "16": "\/images\/browserstack_16.png", "24": "\/images\/browserstack_24.png", "32": "\/images\/browserstack_32.png", "48": "\/images\/browserstack_48.png", "128": "\/images\/browserstack_128.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/live.browserstack.com\/**", "https:\/\/app-live.browserstack.com\/**" ], "background": { "service_worker": "background.js" } } |