Y’allifier

Makes the words of the world a little gentler on the soul.

¿Qué es Y’allifier?

Y’allifier es una extensión de Chrome desarrollada por steev, y su función principal es "Makes the words of the world a little gentler on the soul.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Y’allifier

Descarga archivos de extensión Y’allifier 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

                        Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.                    

Información Básica de la Extensión

Nombre Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
URL Oficial https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
Descripción Makes the words of the world a little gentler on the soul.
Tamaño del Archivo 14.84 KB
Cantidad de Instalaciones 19
Versión Actual 1.6
Última Actualización 2016-08-14
Fecha de Publicación 2016-08-14
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador steev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/asiansteev/y-allifier
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Y\u2019allifier",
    "short_name": "Y\u2019allifier",
    "description": "Makes the words of the world a little gentler on the soul.",
    "author": "steev",
    "version": "1.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}