Fiverr Dark Theme

Convert your Fiverr Light theme into dark theme

Cos'è Fiverr Dark Theme?

Fiverr Dark Theme è un'estensione di Chrome sviluppata da War Tech Softwares, e la sua funzione principale è "Convert your Fiverr Light theme into dark theme".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fiverr Dark Theme

Scarica i file di estensione Fiverr Dark Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Convert your Fiverr web site Light Theme into dark Theme. Fiverr Dark Theme is an extension that help you to focus on your project.
The main features are:
⚫️ Apply dark mode Only on Fiverr Website
⚫️ Enable night shift - yellow tint that helps your eyes
⚫️ Protect your eyes. 
⚫️ This extension will override the style of Fiverr.com and make the page dark. The new design will let you discover a new side of Fiverr.com.


Download and enjoy 🖤                    

Informazioni di Base sull'Estensione

Nome Fiverr Dark Theme Fiverr Dark Theme
ID nogggognnneobhlfjicnaiokojpcfcna
URL Ufficiale https://chrome.google.com/webstore/detail/fiverr-dark-theme/nogggognnneobhlfjicnaiokojpcfcna
Descrizione Convert your Fiverr Light theme into dark theme
Dimensione del File 17.57 KB
Conteggio Installazioni 108
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-07-18
Data di Pubblicazione 2022-07-15
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore War Tech Softwares
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fiverr Dark Theme",
    "description": "Convert your Fiverr Light theme into dark theme",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}