Star Wars Countdown

Countdown to the next Star Wars movie

Apa itu Star Wars Countdown?

Star Wars Countdown adalah ekstensi Chrome yang dikembangkan oleh cI_-__-_Io, dan fitur utamanya adalah "Countdown to the next Star Wars movie".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Star Wars Countdown

Unduh file ekstensi Star Wars Countdown dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Star Wars Countdown Star Wars Countdown
ID cdccjpckbfelgielopdgfolegnfneipn
URL Resmi https://chrome.google.com/webstore/detail/star-wars-countdown/cdccjpckbfelgielopdgfolegnfneipn
Deskripsi Countdown to the next Star Wars movie
Ukuran File 16.84 KB
Jumlah Instalasi 421
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2020-05-09
Tanggal Publikasi 2020-05-09
Penilaian 4.47/5 Total 36 Penilaian
Pengembang cI_-__-_Io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sw-countdown.cod3.net
Bahasa yang Didukung 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"
}