Overhaul

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

Vad är Overhaul?

Overhaul är en Chrome-tillägg utvecklad av Blueyedgeek, och dess huvudfunktion är "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Overhaul-förlängningens CRX-fil

Ladda ner Overhaul-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
Officiell webbadress https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Beskrivning Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Filstorlek 278 KB
Antal Installationer 164
Aktuell Version 0.0.2
Senast Uppdaterad 2018-08-12
Publiceringsdatum 2018-08-12
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare Blueyedgeek
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}