Twitter Bird Extension
Brings back the bird to Twitter website
ما هو Twitter Bird Extension؟
Twitter Bird Extension هو إضافة Chrome تم تطويرها بواسطة Maciej Walkowiak، والميزة الرئيسية لها هي "Brings back the bird to Twitter website".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Bird Extension
قم بتنزيل ملفات الامتداد Twitter Bird Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you're tired of seeing Dogecoin logo on Twitter, this extension brings back the bird! Bird icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/bird
معلومات أساسية عن التمديد
الاسم | Twitter Bird Extension |
ID | edbcagncoehbfkcdjmopodnpgkfjfjlf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-bird-extension/edbcagncoehbfkcdjmopodnpgkfjfjlf |
الوصف | Brings back the bird to Twitter website |
حجم الملف | 9.17 KB |
عدد التثبيتات | 1,979 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2023-04-07 |
تاريخ النشر | 2023-04-07 |
تقييم | 4.73/5 مجموع تقييمات 15 |
المطور | Maciej Walkowiak |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/maciejwalkowiak/twitter-bird-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Bird Extension", "version": "0.0.1", "manifest_version": 3, "description": "Brings back the bird to Twitter website", "homepage_url": "https:\/\/github.com\/maciejwalkowiak\/twitter-bird-extension", "icons": { "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/**" ], "js": [ "content-script.js" ] } ] } |