Urban Dictionary Random Word

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

Что такое Urban Dictionary Random Word?

Urban Dictionary Random Word - это расширение Chrome, разработанное itsabhinaya, и его основная функция - "See a random word from Urban Dictionary when you open a new tab.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Urban Dictionary Random Word

Скачайте файлы расширений Urban Dictionary Random Word в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Urban Dictionary Random Word Urban Dictionary Random Word
ID nbjfdhobjinlogklfgioniediccgggbf
Официальный URL https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf
Описание See a random word from Urban Dictionary when you open a new tab.
Размер файла 313 KB
Количество установок 35
Текущая Версия 0.0.3
Последнее Обновление 2018-12-18
Дата публикации 2018-12-17
Рейтинг 4.00/5 Всего 3 оценок
Разработчик itsabhinaya
Тип оплаты free
Поддерживаемые языки 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"
    }
}