Urban Dictionary Random Word

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

What is Urban Dictionary Random Word?

Urban Dictionary Random Word is a Chrome extension developed by itsabhinaya, and its main feature is "See a random word from Urban Dictionary when you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Urban Dictionary Random Word Extension CRX File

Download Urban Dictionary Random Word extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Urban Dictionary Random Word Urban Dictionary Random Word
ID nbjfdhobjinlogklfgioniediccgggbf
Official URL https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf
Description See a random word from Urban Dictionary when you open a new tab.
File Size 313 KB
Installation Count 35
Current Version 0.0.3
Last Updated 2018-12-18
Publish Date 2018-12-17
Rating 4.00/5 Total 3 Ratings
Developer itsabhinaya
Payment Type free
Supported Languages 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"
    }
}