Darth Plagueis The Wise

Plays the tragedy of Darth Plagueis The Wise

Apa itu Darth Plagueis The Wise?

Darth Plagueis The Wise adalah ekstensi Chrome yang dikembangkan oleh mdraughondev, dan fitur utamanya adalah "Plays the tragedy of Darth Plagueis The Wise".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Darth Plagueis The Wise

Unduh file ekstensi Darth Plagueis The Wise 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

                        A meme extension that I made that plays The Tragedy of Darth Plagueis The Wise                    

Informasi Dasar Ekstensi

Nama Darth Plagueis The Wise Darth Plagueis The Wise
ID fbdnhcoopdiafnfaggdaflllfnoihghj
URL Resmi https://chromewebstore.google.com/detail/darth-plagueis-the-wise/fbdnhcoopdiafnfaggdaflllfnoihghj
Deskripsi Plays the tragedy of Darth Plagueis The Wise
Ukuran File 4.3 MB
Jumlah Instalasi 18
Versi Saat Ini 0.1
Terakhir Diperbarui 2018-04-06
Tanggal Publikasi 2018-04-05
Penilaian 5.00/5 Total 6 Penilaian
Pengembang mdraughondev
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darth Plagueis The Wise",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Plays the tragedy of Darth Plagueis The Wise",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}