Traversy Launcher
Quick launch Traversy Media
What is Traversy Launcher?
Traversy Launcher is a Chrome extension developed by Unknown, and its main feature is "Quick launch Traversy Media".
Extension Screenshots
Download Traversy Launcher Extension CRX File
Download Traversy Launcher 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
test 123 i like pizza 123
Extension Basic Information
Name | |
ID | ilgeclogafnogmaphboedpofnefdmagp |
Official URL | https://chromewebstore.google.com/detail/traversy-launcher/ilgeclogafnogmaphboedpofnefdmagp |
Description | Quick launch Traversy Media |
File Size | 40.2 KB |
Installation Count | 29 |
Current Version | 1.0.0 |
Last Updated | 2019-04-17 |
Publish Date | 2019-04-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Traversy Launcher", "description": "Quick launch Traversy Media", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |