LightShot Roulette
Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Vad är LightShot Roulette?
LightShot Roulette är en Chrome-tillägg utvecklad av kolossalinc, och dess huvudfunktion är "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".
Tilläggsskärmbilder
Ladda ner LightShot Roulette-förlängningens CRX-fil
Ladda ner LightShot Roulette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ggnpgmocgnboafcpdmdojkdaaoddjape |
| Officiell webbadress | https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape |
| Beskrivning | Generates a random link to LightShot and goes to it. Share it with your friends if it's good! |
| Filstorlek | 176 KB |
| Antal Installationer | 3,034 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-03-27 |
| Publiceringsdatum | 2019-03-27 |
| Betyg | 4.50/5 Totalt 10 Betyg |
| Utvecklare | kolossalinc |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |