Midnight

A set of themes for Wattpad.

Qu'est-ce que Midnight ?

Midnight est une extension Chrome développée par Wolfhaize, et sa fonction principale est "A set of themes for Wattpad.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Midnight

Téléchargez les fichiers d'extension Midnight 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

                        Midnight offers a range of captivating Wattpad themes, each designed to enhance your reading experience. With visually stunning designs and thoughtfully selected color palettes, these themes create the perfect ambiance for your favorite stories.

Whether you're exploring an enchanting fantasy world, unraveling a thrilling crime mystery, or delving into a passionate romance story, Midnight has a theme to suit your mood. From the calming shades of gray and blue to the vibrant hues of green, pink, purple, and red, each theme adds a unique touch to your Wattpad journey.

Not only do these themes transform the story pages, but they also seamlessly integrate with Wattpad's overall interface. From the library to the reader view, Midnight ensures a consistent and visually appealing experience across the platform. The carefully chosen typography and harmonious balance between readability and aesthetics allow you to fully immerse yourself in the captivating narratives.

To enjoy these themes, simply pin the extension and easily toggle between them. Select your preferred theme from options such as gray, blue, green, pink, purple, red, or black, and watch as the entire Wattpad experience transforms before your eyes. Remember to reload any open Wattpad pages for the changes to take effect.

Indulge in Midnight's diverse range of themes and let your reading adventure come alive with a touch of color and style.

Supported for Chrome and Edge                    

Informations de Base sur l'Extension

Nom Midnight Midnight
ID kdjjnpfodneejaoofideigebdbbbaajk
URL Officiel https://chromewebstore.google.com/detail/midnight/kdjjnpfodneejaoofideigebdbbbaajk
Description A set of themes for Wattpad.
Taille du Fichier 436 KB
Nombre d'Installations 114
Version Actuelle 1.4
Dernière Mise à Jour 2023-12-31
Date de Publication 2023-08-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur Wolfhaize
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://discord.gg/pwgH5bKhv4
Langues Prises en Charge en-GB
manifest.json
{
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.wattpad.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A set of themes for Wattpad.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArZ09T\/YIzVsk5IsXeIYvmh4Yh6lBXzmsjMczexsNpxjyoqsrcmWTTisKxiZp2RfcE5oxt8C5EVyFxDF0oSOckrFRBOdY3PyaTpfhuVSLIV0cODbc2AhNWg0lyzlSq7pMfSt6yn6f9oHg231I9T0Qhbaf1P4kHWlRhyfqXJ0wMwWkgfd9cl4\/WGqJF1tuD\/4abZCds\/oNpyAcVUHY20x\/mc3ujgRrZnL47poNfS1A+ZUftMawaEEYd+XsapQYcYN601plNenpkVkr0Xj7ifQBsL2Y\/yb3onyhiz8OEC9mH0lx90dT+lvWooOtSfeNXQAjW1Mccio1wk2NcXhW9Q6E6wIDAQAB",
    "manifest_version": 3,
    "name": "Midnight",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.wattpad.com\/*"
            ],
            "resources": [
                "themes\/*.css"
            ]
        }
    ]
}