Random Desire Lite
Generate desire numbers in Random.org
Cos'è Random Desire Lite?
Random Desire Lite è un'estensione di Chrome sviluppata da Vịt Corp, e la sua funzione principale è "Generate desire numbers in Random.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Desire Lite
Scarica i file di estensione Random Desire Lite 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
Have you ever wanted to feel the power to control your life?
I can help you generate the number you ever desire!
Enter numbers of your desire and open Random.org to feel it yourself!
Feedback:
[email protected] Informazioni di Base sull'Estensione
| Nome | |
| ID | gebplnngkmcgeokaedmaapnnkanndimf |
| URL Ufficiale | https://chromewebstore.google.com/detail/random-desire-lite/gebplnngkmcgeokaedmaapnnkanndimf |
| Descrizione | Generate desire numbers in Random.org |
| Dimensione del File | 22.1 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-03-16 |
| Data di Pubblicazione | 2020-03-16 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Vịt Corp |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Desire Lite",
"description": "Generate desire numbers in Random.org",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/www.random.org\/",
"*:\/\/www.random.org\/widgets\/integers\/iframe*"
],
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"storage",
"*:\/\/www.random.org\/",
"*:\/\/www.random.org\/widgets\/integers\/iframe*"
],
"browser_action": {
"default_title": "Random Desire",
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |