Sun.shine
Shining your URLs
What is Sun.shine?
Sun.shine is a Chrome extension developed by https://sal.vn, and its main feature is "Shining your URLs".
Extension Screenshots
Download Sun.shine Extension CRX File
Download Sun.shine 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
Official extension for https://sal.vn Sun.shine is a URL shortener system. Shorten URLs, manage your links and view the click rate statistics.
Extension Basic Information
Name | Sun.shine |
ID | mmgpajibllaionblgcgafnihmlnlnjie |
Official URL | https://chromewebstore.google.com/detail/sunshine/mmgpajibllaionblgcgafnihmlnlnjie |
Description | Shining your URLs |
File Size | 366 KB |
Installation Count | 359 |
Current Version | 2.1.0 |
Last Updated | 2023-11-30 |
Publish Date | 2023-11-30 |
Rating | 5.00/5 Total 11 Ratings |
Developer | https://sal.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://sal.vn |
Privacy Policy Page URL | https://sal.vn/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sun.shine", "version": "2.1.0", "description": "Shining your URLs", "icons": { "16": "assets\/favicon-16.png", "32": "assets\/favicon-32.png", "48": "assets\/favicon-48.png", "128": "assets\/favicon-128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/favicon-16.png", "32": "assets\/favicon-32.png", "48": "assets\/favicon-48.png", "128": "assets\/favicon-128.png" }, "default_title": "Shorten this URL", "chrome_style": false }, "author": "Avengers", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "homepage_url": "https:\/\/sal.vn\/", "minimum_chrome_version": "49", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "clipboardWrite", "https:\/\/sal.vn\/**\/*", "contextMenus", "activeTab", "cookies" ], "short_name": "SAL", "web_accessible_resources": [ "css\/toastr.css" ] } |