Skebify
A more modern version of the Skeb Button extension.
ما هو Skebify؟
Skebify هو إضافة Chrome تم تطويرها بواسطة Mark، والميزة الرئيسية لها هي "A more modern version of the Skeb Button extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Skebify
قم بتنزيل ملفات الامتداد Skebify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A more modern version of the Skeb Button extension, which adds links to Skeb.jp on Twitter profiles. Open source, with text localized to both English and Japanese.
معلومات أساسية عن التمديد
الاسم | Skebify |
ID | ofjnlldjdmibignbbafmjgncedjklonk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/skebify/ofjnlldjdmibignbbafmjgncedjklonk |
الوصف | A more modern version of the Skeb Button extension. |
حجم الملف | 32.88 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-12-26 |
تاريخ النشر | 2022-12-26 |
المطور | Mark |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mark-ignacio/skebify |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "1.0.0", "author": "Mark Ignacio", "name": "Skebify", "description": "A more modern version of the Skeb Button extension.", "background": { "service_worker": "background.5fadff2f.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "twitter.bb6c8aa9.js" ], "css": [] } ], "default_locale": "en", "host_permissions": [ "https:\/\/skeb.jp\/api\/*" ] } |