Nicknamer

Replace your friends' or enemies' names with their nicknames.

O que é Nicknamer?

Nicknamer é uma extensão do Chrome desenvolvida por https://www.molanglois.com, e sua principal característica é "Replace your friends' or enemies' names with their nicknames.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nicknamer

Baixe arquivos de extensão Nicknamer 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

                        The Nicknamer extension enables you to replace text on any web pages you are visiting.

Simply type in the name or text you want to transform and the name it is transformed to and click "+". You will see the changes in your browser. The list of names is saved with your browser and works whenever you open one. You can clear the list by clicking "-" button. 

**Prank tip: Right click the extension and choose "Hide in the Chrome Menu". **                    

Informações Básicas da Extensão

Nome Nicknamer Nicknamer
ID ahhpgbiejgpebbokpbgcenooehhcnbjd
URL Oficial https://chromewebstore.google.com/detail/nicknamer/ahhpgbiejgpebbokpbgcenooehhcnbjd
Descrição Replace your friends' or enemies' names with their nicknames.
Tamanho do Arquivo 39.39 KB
Contagem de Instalações 396
Versão Atual 1.0
Última Atualização 2016-04-10
Data de Publicação 2016-04-10
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://www.molanglois.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nicknamer ",
    "description": "Replace your friends' or enemies' names with their nicknames.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Nicknamer",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}