Pokemon Countdown Timer

This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!

Qu'est-ce que Pokemon Countdown Timer ?

Pokemon Countdown Timer est une extension Chrome développée par Joe Hays, et sa fonction principale est "This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pokemon Countdown Timer

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

                        This is a simple countdown timer for the release date of the newest installation in the Pokemon franchise. The extension uses your systems clock so it is always accurate to your region.

*CHANGE LOG*
Version 7.0
-Pokemon Legends: Z-A Support
-Removed RSS Feed (all the Pokemon RSS feeds shut down ☹️)

Version 6.0
This is one of my biggest updates yet!
-Pokemon Scarlet and Violet Support
-Added Settings menu
-Added RSS Feed
-Added setting to toggle the icon badge countdown
-Added setting to toggle RSS Feed
-Changed badge color to match Pokemon Violet since it covers the bottom half of the Pokeball

Version 5.2:
-Fixed Font Scaling Issue

Version 5.1:
-Pokemon Legends: Arceus Support
-Used correct release dates
-UI/Icon Tweaks to account for dual releases

Version 5:
-Pokemon Brilliant Diamond and Shining Pearl Support
-> Used an estimated release date of November 15th 2021 based on recent releases
-Relisting extension

Version 4.5:
-Minor update
-Unlisting extension                    

Informations de Base sur l'Extension

Nom Pokemon Countdown Timer Pokemon Countdown Timer
ID ihceabbceaenalnjjnclodbheifiocai
URL Officiel https://chromewebstore.google.com/detail/pokemon-countdown-timer/ihceabbceaenalnjjnclodbheifiocai
Description This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!
Taille du Fichier 1.92 MB
Nombre d'Installations 2,000
Version Actuelle 7.0
Dernière Mise à Jour 2024-03-01
Date de Publication 2019-06-20
Évaluation 4.70/5 Total 27 Évaluations
Développeur Joe Hays
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pokemon Countdown Timer",
    "description": "This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!",
    "version": "7.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    }
}