Light Saber
light saber cursor that follows you
What is Light Saber?
Light Saber is a Chrome extension developed by FranPR9, and its main feature is "light saber cursor that follows you".
Extension Screenshots
Download Light Saber Extension CRX File
Download Light Saber 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
Light Saber that follows your cursor. You can change it color, turn off the sound and send it to the back and front of your page
Extension Basic Information
Name | |
ID | ecjhncafajenonjhgojomkbpbnbclkbk |
Official URL | https://chrome.google.com/webstore/detail/light-saber/ecjhncafajenonjhgojomkbpbnbclkbk |
Description | light saber cursor that follows you |
File Size | 175 KB |
Installation Count | 510 |
Current Version | 0.3 |
Last Updated | 2015-12-16 |
Publish Date | 2015-12-16 |
Rating | 1.62/5 Total 13 Ratings |
Developer | FranPR9 |
Payment Type | free |
Extension Website | https://github.com/FranPR9/light_saber |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Light Saber", "description": "light saber cursor that follows you", "version": "0.3", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/lightsaber.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "js\/light_saber.js" ] } ], "web_accessible_resources": [ "img\/*.png", "audio\/*.WAV" ], "icons": { "16": "img\/lightsaber.png", "128": "img\/lightsaber.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/www.google.com\/*", "clipboardRead", "clipboardWrite", "https:\/\/ajax.googleapis.com\/" ] } |