Nicknamer

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

¿Qué es Nicknamer?

Nicknamer es una extensión de Chrome desarrollada por https://www.molanglois.com, y su función principal es "Replace your friends' or enemies' names with their nicknames.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nicknamer

Descarga archivos de extensión Nicknamer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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". **                    

Información Básica de la Extensión

Nombre Nicknamer Nicknamer
ID ahhpgbiejgpebbokpbgcenooehhcnbjd
URL Oficial https://chromewebstore.google.com/detail/nicknamer/ahhpgbiejgpebbokpbgcenooehhcnbjd
Descripción Replace your friends' or enemies' names with their nicknames.
Tamaño del Archivo 39.39 KB
Cantidad de Instalaciones 396
Versión Actual 1.0
Última Actualización 2016-04-10
Fecha de Publicación 2016-04-10
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://www.molanglois.com
Tipo de Pago free
Idiomas Soportados 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
}