Fiverr Dark Theme

Convert your Fiverr Light theme into dark theme

Qu'est-ce que Fiverr Dark Theme ?

Fiverr Dark Theme est une extension Chrome développée par War Tech Softwares, et sa fonction principale est "Convert your Fiverr Light theme into dark theme".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fiverr Dark Theme

Téléchargez les fichiers d'extension Fiverr Dark Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 🖤                    

Informations de Base sur l'Extension

Nom Fiverr Dark Theme Fiverr Dark Theme
ID nogggognnneobhlfjicnaiokojpcfcna
URL Officiel https://chrome.google.com/webstore/detail/fiverr-dark-theme/nogggognnneobhlfjicnaiokojpcfcna
Description Convert your Fiverr Light theme into dark theme
Taille du Fichier 17.57 KB
Nombre d'Installations 108
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-07-18
Date de Publication 2022-07-15
Évaluation 5.00/5 Total 15 Évaluations
Développeur War Tech Softwares
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}