Republicans are The Sith
Replaces the word Republican/s with Sith Lord
ما هو Republicans are The Sith؟
Republicans are The Sith هو إضافة Chrome تم تطويرها بواسطة Saber Software، والميزة الرئيسية لها هي "Replaces the word Republican/s with Sith Lord".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Republicans are The Sith
قم بتنزيل ملفات الامتداد Republicans are The Sith بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"
معلومات أساسية عن التمديد
الاسم | Republicans are The Sith |
ID | deibjeokppgbnalcpgoognmdihkkaeac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac |
الوصف | Replaces the word Republican/s with Sith Lord |
حجم الملف | 3.57 KB |
عدد التثبيتات | 86 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-09-29 |
تاريخ النشر | 2017-09-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Saber Software |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Republicans are The Sith", "description": "Replaces the word Republican\/s with Sith Lord", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |