Y’allifier

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

What is Y’allifier?

Y’allifier is a Chrome extension developed by steev, and its main feature is "Makes the words of the world a little gentler on the soul.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Y’allifier Extension CRX File

Download Y’allifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
Official URL https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
Description Makes the words of the world a little gentler on the soul.
File Size 14.84 KB
Installation Count 19
Current Version 1.6
Last Updated 2016-08-14
Publish Date 2016-08-14
Rating 4.33/5 Total 6 Ratings
Developer steev
Email [email protected]
Payment Type free
Extension Website https://github.com/asiansteev/y-allifier
Supported Languages 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"
        }
    ]
}