Urban Dictionary Random Word
See a random word from Urban Dictionary when you open a new tab.
Wat is Urban Dictionary Random Word?
Urban Dictionary Random Word is een Chrome-extensie ontwikkeld door itsabhinaya, en de belangrijkste functie is "See a random word from Urban Dictionary when you open a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Urban Dictionary Random Word
Download Urban Dictionary Random Word-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Urban Dictionary Random Word |
ID | nbjfdhobjinlogklfgioniediccgggbf |
Officiële URL | https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf |
Beschrijving | See a random word from Urban Dictionary when you open a new tab. |
Bestandsgrootte | 313 KB |
Aantal Installaties | 35 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2018-12-18 |
Publicatiedatum | 2018-12-17 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | itsabhinaya |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |