Sun.shine
Shining your URLs
Wat is Sun.shine?
Sun.shine is een Chrome-extensie ontwikkeld door https://sal.vn, en de belangrijkste functie is "Shining your URLs".
Extensie Screenshots
Download het CRX-bestand van de extensie Sun.shine
Download Sun.shine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Official extension for https://sal.vn
Sun.shine is a URL shortener system. Shorten URLs, manage your links and view the click rate statistics. Basisinformatie over de Extensie
| Naam | |
| ID | mmgpajibllaionblgcgafnihmlnlnjie |
| Officiële URL | https://chromewebstore.google.com/detail/sunshine/mmgpajibllaionblgcgafnihmlnlnjie |
| Beschrijving | Shining your URLs |
| Bestandsgrootte | 366 KB |
| Aantal Installaties | 359 |
| Huidige Versie | 2.1.0 |
| Laatst Bijgewerkt | 2023-11-30 |
| Publicatiedatum | 2023-11-30 |
| Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://sal.vn |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sal.vn |
| URL van de Privacybeleid Pagina | https://sal.vn/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |