Y’allifier

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

Τι είναι το Y’allifier;

Το Y’allifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον steev, και η κύρια λειτουργία του είναι "Makes the words of the world a little gentler on the soul.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Y’allifier

Λήψη αρχείων επέκτασης Y’allifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
Επίσημο URL https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
Περιγραφή Makes the words of the world a little gentler on the soul.
Μέγεθος Αρχείου 14.84 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2016-08-14
Ημερομηνία Δημοσίευσης 2016-08-14
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής steev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/asiansteev/y-allifier
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}