Y’allifier

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

Vad är Y’allifier?

Y’allifier är en Chrome-tillägg utvecklad av steev, och dess huvudfunktion är "Makes the words of the world a little gentler on the soul.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Y’allifier-förlängningens CRX-fil

Ladda ner Y’allifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
Officiell webbadress https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
Beskrivning Makes the words of the world a little gentler on the soul.
Filstorlek 14.84 KB
Antal Installationer 19
Aktuell Version 1.6
Senast Uppdaterad 2016-08-14
Publiceringsdatum 2016-08-14
Betyg 4.33/5 Totalt 6 Betyg
Utvecklare steev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/asiansteev/y-allifier
Stödda Språk 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"
        }
    ]
}