Star Wars Countdown

Countdown to the next Star Wars movie

Star Wars Countdown क्या है?

Star Wars Countdown cI_-__-_Io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Countdown to the next Star Wars movie"।

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

screenshot

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

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

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

                        Display a countdown to the next Star Wars movie right next to your address bar.                    

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

नाम Star Wars Countdown Star Wars Countdown
ID cdccjpckbfelgielopdgfolegnfneipn
आधिकारिक URL https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn
विवरण Countdown to the next Star Wars movie
फ़ाइल का आकार 16.84 KB
स्थापना संख्या 421
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2020-05-09
प्रकाशन तिथि 2020-05-09
रेटिंग 4.47/5 कुल 36 रेटिंग्स
डेवलपर cI_-__-_Io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sw-countdown.cod3.net
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Star Wars Countdown"
    },
    "description": "Countdown to the next Star Wars movie",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Star Wars Countdown",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "version": "0.0.6"
}