LightShot Roulette
Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Cos'è LightShot Roulette?
LightShot Roulette è un'estensione di Chrome sviluppata da kolossalinc, e la sua funzione principale è "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LightShot Roulette
Scarica i file di estensione LightShot Roulette in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | LightShot Roulette |
ID | ggnpgmocgnboafcpdmdojkdaaoddjape |
URL Ufficiale | https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape |
Descrizione | Generates a random link to LightShot and goes to it. Share it with your friends if it's good! |
Dimensione del File | 176 KB |
Conteggio Installazioni | 3,034 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-27 |
Data di Pubblicazione | 2019-03-27 |
Valutazione | 4.50/5 Totale 10 Valutazioni |
Sviluppatore | kolossalinc |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |