Pokemon Countdown Timer

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

Pokemon Countdown Timer क्या है?

Pokemon Countdown Timer Joe Hays द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pokemon Countdown Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Pokemon Countdown Timer Pokemon Countdown Timer
ID ihceabbceaenalnjjnclodbheifiocai
आधिकारिक URL https://chromewebstore.google.com/detail/pokemon-countdown-timer/ihceabbceaenalnjjnclodbheifiocai
विवरण This is a fan-made extension that allows anyone to quickly check how soon the new Pokemon games will be released!
फ़ाइल का आकार 1.92 MB
स्थापना संख्या 2,000
वर्तमान संस्करण 7.0
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2019-06-20
रेटिंग 4.70/5 कुल 27 रेटिंग्स
डेवलपर Joe Hays
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}