Urban Dictionary Random Word

See a random word from Urban Dictionary when you open a new tab.

Qu'est-ce que Urban Dictionary Random Word ?

Urban Dictionary Random Word est une extension Chrome développée par itsabhinaya, et sa fonction principale est "See a random word from Urban Dictionary when you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Urban Dictionary Random Word

Téléchargez les fichiers d'extension Urban Dictionary Random Word au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Urban Dictionary Random Word Urban Dictionary Random Word
ID nbjfdhobjinlogklfgioniediccgggbf
URL Officiel https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf
Description See a random word from Urban Dictionary when you open a new tab.
Taille du Fichier 313 KB
Nombre d'Installations 35
Version Actuelle 0.0.3
Dernière Mise à Jour 2018-12-18
Date de Publication 2018-12-17
Évaluation 4.00/5 Total 3 Évaluations
Développeur itsabhinaya
Type de Paiement free
Langues Prises en Charge 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"
    }
}