Purple
This is a proxy swither for developer.
What is Purple?
Purple is a Chrome extension developed by koyama.kensuke, and its main feature is "This is a proxy swither for developer.".
Download Purple Extension CRX File
Download Purple 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 is a proxy swither for developer.
Extension Basic Information
Name | |
ID | ijjmbjnpbknphcggagdledkhbaalmmef |
Official URL | https://chrome.google.com/webstore/detail/purple/ijjmbjnpbknphcggagdledkhbaalmmef |
Description | This is a proxy swither for developer. |
File Size | 506 KB |
Installation Count | 28 |
Current Version | 1.1.3 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 2.33/5 Total 3 Ratings |
Developer | koyama.kensuke |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Purple", "version": "1.1.3", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "background": { "page": "html\/background.html" }, "browser_action": { "default_title": "Purple", "default_icon": "img\/icon.png", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "proxy", "tabs" ] } |