Raito to Light
Replaces the word Raito with Light on all websites
Qu'est-ce que Raito to Light ?
Raito to Light est une extension Chrome développée par Matt Rivers, et sa fonction principale est "Replaces the word Raito with Light on all websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Raito to Light
Téléchargez les fichiers d'extension Raito to Light au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Raito to Light |
ID | mkmomfdgaghbhlnlhckkmiabepccgccl |
URL Officiel | https://chromewebstore.google.com/detail/raito-to-light/mkmomfdgaghbhlnlhckkmiabepccgccl |
Description | Replaces the word Raito with Light on all websites |
Taille du Fichier | 4.72 KB |
Nombre d'Installations | 75 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-04-06 |
Date de Publication | 2016-04-05 |
Évaluation | 4.67/5 Total 9 Évaluations |
Développeur | Matt Rivers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |