Overhaul

Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look

Τι είναι το Overhaul;

Το Overhaul είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Blueyedgeek, και η κύρια λειτουργία του είναι "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                                            

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

Όνομα Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
Επίσημο URL https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Περιγραφή Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Μέγεθος Αρχείου 278 KB
Αριθμός Εγκαταστάσεων 164
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2018-08-12
Ημερομηνία Δημοσίευσης 2018-08-12
Αξιολόγηση 4.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Blueyedgeek
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overhaul",
    "version": "0.0.2",
    "description": "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nairaland.com\/*"
            ],
            "js": [
                ".\/bundle.js"
            ],
            "css": [
                ".\/init.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/temp-logo.png",
        "32": ".\/temp-logo.png",
        "64": ".\/temp-logo.png",
        "128": ".\/temp-logo.png"
    }
}