Urban Dictionary Random Word
See a random word from Urban Dictionary when you open a new tab.
Cos'è Urban Dictionary Random Word?
Urban Dictionary Random Word è un'estensione di Chrome sviluppata da itsabhinaya, e la sua funzione principale è "See a random word from Urban Dictionary when you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Urban Dictionary Random Word
Scarica i file di estensione Urban Dictionary Random Word 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
Learn what cool kids are saying these days whenever you open a new tab.
If you don't want NSFW words to show up on screen, add them to the list in settings.
This is an unofficial extension. Informazioni di Base sull'Estensione
| Nome | |
| ID | nbjfdhobjinlogklfgioniediccgggbf |
| URL Ufficiale | https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf |
| Descrizione | See a random word from Urban Dictionary when you open a new tab. |
| Dimensione del File | 313 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2018-12-18 |
| Data di Pubblicazione | 2018-12-17 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | itsabhinaya |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Urban Dictionary Random Word",
"short_name": "Random Word",
"version": "0.0.3",
"manifest_version": 2,
"description": "See a random word from Urban Dictionary when you open a new tab.",
"author": "Abhinaya Konduru",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icon48.png",
"default_title": "Urban Dictionary"
}
} | |