Chrome Extension Victor Solstice
This will add Victor to Solstice Members.
What is Chrome Extension Victor Solstice?
Chrome Extension Victor Solstice is a Chrome extension developed by vmrodriguez, and its main feature is "This will add Victor to Solstice Members.".
Download Chrome Extension Victor Solstice Extension CRX File
Download Chrome Extension Victor Solstice 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
Crhome Extension Victor Solstice
Extension Basic Information
Name | |
ID | lnmfikfchjnbcfhoegkchapaonnlchja |
Official URL | https://chromewebstore.google.com/detail/chrome-extension-victor-s/lnmfikfchjnbcfhoegkchapaonnlchja |
Description | This will add Victor to Solstice Members. |
File Size | 342 KB |
Installation Count | 11 |
Current Version | 1.0 |
Last Updated | 2016-09-16 |
Publish Date | 2016-09-16 |
Developer | vmrodriguez |
[email protected] | |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Extension Victor Solstice", "version": "1.0", "manifest_version": 2, "description": "This will add Victor to Solstice Members.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "permissions": [ "https:\/\/www.solstice.com\/", "http:\/\/www.solstice.com\/", "tabs", "storage" ], "background": { "scripts": [ "js\/global.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*.solstice.com\/*", "https:\/\/*.solstice.com\/*" ], "css": [ "css\/global.css" ], "js": [ "js\/global.js" ] } ], "page_action": { "default_title": "Solstice", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "options_page": "html\/options.html", "homepage_url": "http:\/\/www.solstice.com\/" } |