Darth Plagueis The Wise

Plays the tragedy of Darth Plagueis The Wise

ما هو Darth Plagueis The Wise؟

Darth Plagueis The Wise هو إضافة Chrome تم تطويرها بواسطة mdraughondev، والميزة الرئيسية لها هي "Plays the tragedy of Darth Plagueis The Wise".

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

screenshot

تحميل ملف CRX للإضافة Darth Plagueis The Wise

قم بتنزيل ملفات الامتداد Darth Plagueis The Wise بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Darth Plagueis The Wise Darth Plagueis The Wise
ID fbdnhcoopdiafnfaggdaflllfnoihghj
عنوان URL الرسمي https://chromewebstore.google.com/detail/darth-plagueis-the-wise/fbdnhcoopdiafnfaggdaflllfnoihghj
الوصف Plays the tragedy of Darth Plagueis The Wise
حجم الملف 4.3 MB
عدد التثبيتات 18
النسخة الحالية 0.1
آخر تحديث 2018-04-06
تاريخ النشر 2018-04-05
تقييم 5.00/5 مجموع تقييمات 6
المطور mdraughondev
نوع الدفع free
اللغات المدعومة 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"
    ]
}