deLegos
This extension fixes some of the bad parts of the internet.
Wat is deLegos?
deLegos is een Chrome-extensie ontwikkeld door xlnt, en de belangrijkste functie is "This extension fixes some of the bad parts of the internet.".
Download het CRX-bestand van de extensie deLegos
Download deLegos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pphpebkijfnpihcejkagnnocfbfllgee |
Officiële URL | https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee |
Beschrijving | This extension fixes some of the bad parts of the internet. |
Bestandsgrootte | 3.74 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-02-12 |
Publicatiedatum | 2017-02-12 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | xlnt |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |