Y’allifier

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

Co je Y’allifier?

Y’allifier je rozšíření Chrome vyvinuté steev, a jeho hlavní funkcí je „Makes the words of the world a little gentler on the soul.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Y’allifier

Stáhněte si soubory rozšíření Y’allifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
Oficiální URL https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
Popis Makes the words of the world a little gentler on the soul.
Velikost souboru 14.84 KB
Počet instalací 19
Aktuální Verze 1.6
Poslední Aktualizace 2016-08-14
Datum Vydání 2016-08-14
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář steev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/asiansteev/y-allifier
Podporované Jazyky 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"
        }
    ]
}