deLegos
This extension fixes some of the bad parts of the internet.
What is deLegos?
deLegos is a Chrome extension developed by xlnt, and its main feature is "This extension fixes some of the bad parts of the internet.".
Download deLegos Extension CRX File
Download deLegos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pphpebkijfnpihcejkagnnocfbfllgee |
Official URL | https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee |
Description | This extension fixes some of the bad parts of the internet. |
File Size | 3.74 KB |
Installation Count | 33 |
Current Version | 1.0 |
Last Updated | 2017-02-12 |
Publish Date | 2017-02-12 |
Rating | 3.00/5 Total 2 Ratings |
Developer | xlnt |
Payment Type | free |
Supported Languages | 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" } ] } |