LightShot Roulette
Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
¿Qué es LightShot Roulette?
LightShot Roulette es una extensión de Chrome desarrollada por kolossalinc, y su función principal es "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LightShot Roulette
Descarga archivos de extensión LightShot Roulette en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
On Click, the script will generate a random six character key and send you to that image. Simple quick. Alot of Removed/Invalid images can be generated. The plugin itself is not responsible for the content you see on the external site.
Información Básica de la Extensión
Nombre | LightShot Roulette |
ID | ggnpgmocgnboafcpdmdojkdaaoddjape |
URL Oficial | https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape |
Descripción | Generates a random link to LightShot and goes to it. Share it with your friends if it's good! |
Tamaño del Archivo | 176 KB |
Cantidad de Instalaciones | 3,034 |
Versión Actual | 1.0 |
Última Actualización | 2019-03-27 |
Fecha de Publicación | 2019-03-27 |
Calificación | 4.50/5 Total de 10 Calificaciones |
Desarrollador | kolossalinc |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "48": "lightshot_roulette_logo.png", "128": "lightshot_roulette_logo.png" }, "name": "LightShot Roulette", "author": "Koloss5421", "description": "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!", "version": "1.0", "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "Lightshot Roulette" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |