deLegos

This extension fixes some of the bad parts of the internet.

Τι είναι το deLegos;

Το deLegos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xlnt, και η κύρια λειτουργία του είναι "This extension fixes some of the bad parts of the internet.".

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

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

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

                        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.                    

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

Όνομα deLegos deLegos
ID pphpebkijfnpihcejkagnnocfbfllgee
Επίσημο URL https://chrome.google.com/webstore/detail/delegos/pphpebkijfnpihcejkagnnocfbfllgee
Περιγραφή This extension fixes some of the bad parts of the internet.
Μέγεθος Αρχείου 3.74 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-02-12
Ημερομηνία Δημοσίευσης 2017-02-12
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής xlnt
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}