Systemd butts
Replace the word systemd with butts.
ما هو Systemd butts؟
Systemd butts هو إضافة Chrome تم تطويرها بواسطة jessfraz، والميزة الرئيسية لها هي "Replace the word systemd with butts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Systemd butts
قم بتنزيل ملفات الامتداد Systemd butts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace systemd with butts on webpages. Source Code: https://github.com/jfrazelle/systemd-butts
معلومات أساسية عن التمديد
الاسم | Systemd butts |
ID | cdlammifaiaedopfjihjnlidjjkcngja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/systemd-butts/cdlammifaiaedopfjihjnlidjjkcngja |
الوصف | Replace the word systemd with butts. |
حجم الملف | 37.6 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2016-06-24 |
تاريخ النشر | 2016-06-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | jessfraz |
نوع الدفع | free |
موقع الإضافة | https://github.com/jfrazelle/systemd-butts |
عنوان صفحة المساعدة | https://github.com/jfrazelle/systemd-butts |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Systemd butts", "version": "0.2.0", "manifest_version": 2, "description": "Replace the word systemd with butts.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |