Wordle Today

Daily word puzzle challenges await with Wordle Today!

Qu'est-ce que Wordle Today ?

Wordle Today est une extension Chrome développée par https://www.wordletoday.fun, et sa fonction principale est "Daily word puzzle challenges await with Wordle Today!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wordle Today

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

                        Looking for a fun word puzzle game to challenge yourself? Look no further! TWordle today has taken the internet by storm.

What is the Wordle today?
Wordle is a great way to exercise your vocabulary and have fun simultaneously!

Are you ready to tackle today's challenge?                    

Informations de Base sur l'Extension

Nom Wordle Today Wordle Today
ID dhoikkndeccjfnkhpaipbfbofcgkjohk
URL Officiel https://chromewebstore.google.com/detail/wordle-today/dhoikkndeccjfnkhpaipbfbofcgkjohk
Description Daily word puzzle challenges await with Wordle Today!
Taille du Fichier 142 KB
Nombre d'Installations 95
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-12-07
Date de Publication 2023-10-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.wordletoday.fun
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wordletoday.fun
URL de la Page de Politique de Confidentialité https://wordletoday.fun/privacy
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extShortDesc__",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88.0",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "300": "icons\/icon-300.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}