Hatsune Miku Footer
Adds a cyan footer with the text "hatsune miku" to every page.
ما هو Hatsune Miku Footer؟
Hatsune Miku Footer هو إضافة Chrome تم تطويرها بواسطة Aixil، والميزة الرئيسية لها هي "Adds a cyan footer with the text "hatsune miku" to every page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hatsune Miku Footer
قم بتنزيل ملفات الامتداد Hatsune Miku Footer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Firefox version: https://addons.mozilla.org/en-US/firefox/addon/hatsune-miku-footer/ معلومات أساسية عن التمديد
| الاسم | |
| ID | hmfmpbejccdgjaeohanfadencaalkbnd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd |
| الوصف | Adds a cyan footer with the text "hatsune miku" to every page. |
| حجم الملف | 34.54 KB |
| عدد التثبيتات | 455 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2021-07-16 |
| تاريخ النشر | 2021-07-15 |
| تقييم | 3.50/5 مجموع تقييمات 2 |
| المطور | Aixil |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hatsune Miku Footer",
"version": "1.1",
"description": "Adds a cyan footer with the text \"hatsune miku\" to every page.",
"icons": {
"90": "icons\/icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"miku.js"
]
}
],
"browser_action": {
"default_popup": "thanks.html",
"default_title": "Hatsune Miku Footer"
}
} | |