Star Wars Countdown

Countdown to the next Star Wars movie

ما هو Star Wars Countdown؟

Star Wars Countdown هو إضافة Chrome تم تطويرها بواسطة cI_-__-_Io، والميزة الرئيسية لها هي "Countdown to the next Star Wars movie".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Star Wars Countdown

قم بتنزيل ملفات الامتداد Star Wars Countdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}