Urban Dictionary Random Word

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

O que é Urban Dictionary Random Word?

Urban Dictionary Random Word é uma extensão do Chrome desenvolvida por itsabhinaya, e sua principal característica é "See a random word from Urban Dictionary when you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Urban Dictionary Random Word

Baixe arquivos de extensão Urban Dictionary Random Word no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Urban Dictionary Random Word Urban Dictionary Random Word
ID nbjfdhobjinlogklfgioniediccgggbf
URL Oficial https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf
Descrição See a random word from Urban Dictionary when you open a new tab.
Tamanho do Arquivo 313 KB
Contagem de Instalações 35
Versão Atual 0.0.3
Última Atualização 2018-12-18
Data de Publicação 2018-12-17
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor itsabhinaya
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}