Resolute Lacrosse
A Chrome theme for Resolute Lacrosse players.
What is Resolute Lacrosse?
Resolute Lacrosse is a Chrome extension developed by https://davecampbell.co, and its main feature is "A Chrome theme for Resolute Lacrosse players.".
Extension Screenshots
Download Resolute Lacrosse Extension CRX File
Download Resolute Lacrosse 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
A Resolute Lacrosse themed page will load every time you open a new page in your Chrome browser.
Extension Basic Information
Name | Resolute Lacrosse |
ID | llilkpippmmmdkaanehaphpcmniaoook |
Official URL | https://chromewebstore.google.com/detail/resolute-lacrosse/llilkpippmmmdkaanehaphpcmniaoook |
Description | A Chrome theme for Resolute Lacrosse players. |
File Size | 1.28 MB |
Installation Count | 59 |
Current Version | 0.0.5 |
Last Updated | 2015-10-06 |
Publish Date | 2015-10-06 |
Rating | 1.67/5 Total 9 Ratings |
Developer | https://davecampbell.co |
Payment Type | free |
Extension Website | http://resolutelacrosse.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resolute Lacrosse", "version": "0.0.5", "manifest_version": 2, "author": "Dave Campbell | http:\/\/davecampbell.co", "description": "A Chrome theme for Resolute Lacrosse players.", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "web_accessible_resources": [ "frame.html" ], "browser_action": { "default_title": "Resolute Lacrosse Theme", "default_popup": "popup.html", "default_icon": "\/images\/icon48.png" }, "chrome_url_overrides": { "newtab": "resolute-extension.html" } } |