Raito to Light

Replaces the word Raito with Light on all websites

Τι είναι το Raito to Light;

Το Raito to Light είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matt Rivers, και η κύρια λειτουργία του είναι "Replaces the word Raito with Light on all websites".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Raito to Light

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

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

                        Installing this app will replace all instances of the word 'Raito' with 'Light' on all websites. This was created for the people who dislike using the name 'Raito' to refer to Light Yagami (myself included.)


(Death Note is a manga series written by Tsugumi Ohba and illustrated by Takeshi Obata.)


Disclaimer: I have no affiliation with the creators of Death Note, Tsugumi Ohba/Takeshi Obata, Viz Media, or Shueisha. I made this for fun.                    

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

Όνομα Raito to Light Raito to Light
ID mkmomfdgaghbhlnlhckkmiabepccgccl
Επίσημο URL https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl
Περιγραφή Replaces the word Raito with Light on all websites
Μέγεθος Αρχείου 4.72 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-04-06
Ημερομηνία Δημοσίευσης 2016-04-05
Αξιολόγηση 4.67/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Matt Rivers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Raito to Light",
    "version": "1.0",
    "description": "Replaces the word Raito with Light on all websites",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}