Return Tweet Source Label & Bird icon
This extention will show source label on twitter again.
ما هو Return Tweet Source Label & Bird icon؟
Return Tweet Source Label & Bird icon هو إضافة Chrome تم تطويرها بواسطة https://irucabot.com، والميزة الرئيسية لها هي "This extention will show source label on twitter again.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Return Tweet Source Label & Bird icon
قم بتنزيل ملفات الامتداد Return Tweet Source Label & Bird icon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extention will show source label on twitter again. In addition, the Twitter bird logo will be restored.
معلومات أساسية عن التمديد
الاسم | Return Tweet Source Label & Bird icon |
ID | mhkngabolhbckfjpmjclhockpdclfppc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc |
الوصف | This extention will show source label on twitter again. |
حجم الملف | 15.75 KB |
عدد التثبيتات | 1,784 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2024-02-12 |
تاريخ النشر | 2022-12-20 |
تقييم | 4.42/5 مجموع تقييمات 12 |
المطور | https://irucabot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Return Tweet Source Label & Bird icon", "description": "__MSG_Description__", "manifest_version": 3, "version": "1.2.0", "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "host_permissions": [ "https:\/\/*.twitter.com\/*" ], "default_locale": "en", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "{4801724c-9d0a-48fc-b663-86400e45f940}" } } } |