It's Video Games

Replaces the text 'videogames' with 'video games' the way the author no doubt intended.

Τι είναι το It's Video Games;

Το It's Video Games είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης It's Video Games

Λήψη αρχείων επέκτασης It's Video Games σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.                    

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

Όνομα It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
Επίσημο URL https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
Περιγραφή Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Μέγεθος Αρχείου 8.29 KB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2014-07-15
Ημερομηνία Δημοσίευσης 2014-07-14
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/tabacco/its-video-games
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "It's Video Games",
    "version": "1.0.1",
    "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}