deLegos
This extension fixes some of the bad parts of the internet.
Qu'est-ce que deLegos ?
deLegos est une extension Chrome développée par xlnt, et sa fonction principale est "This extension fixes some of the bad parts of the internet.".
Télécharger le fichier CRX de l'extension deLegos
Téléchargez les fichiers d'extension deLegos 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
If you don't like seeing the word "Legos" and it irks you every time, then this is the extension for you. It scans all text on all websites and swaps out "Legos" for "Lego". The plural form of Lego is Lego.
Informations de Base sur l'Extension
Nom | |
ID | pphpebkijfnpihcejkagnnocfbfllgee |
URL Officiel | https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee |
Description | This extension fixes some of the bad parts of the internet. |
Taille du Fichier | 3.74 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-02-12 |
Date de Publication | 2017-02-12 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | xlnt |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "deLegos", "description": "This extension fixes some of the bad parts of the internet.", "version": "1.0", "browser_action": { "default_icon": "dL.png", "default_popup": "deLegos.html" }, "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "deLegos.js" ], "run_at": "document_end" } ] } |