X Autoload
Shows latest posts when the scroll is all the way up.
ما هو X Autoload؟
X Autoload هو إضافة Chrome تم تطويرها بواسطة echapa، والميزة الرئيسية لها هي "Shows latest posts when the scroll is all the way up.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة X Autoload
قم بتنزيل ملفات الامتداد X Autoload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension automatically clicks the "Show X posts" notification when it appears in your timeline. معلومات أساسية عن التمديد
| الاسم | |
| ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
| الوصف | Shows latest posts when the scroll is all the way up. |
| حجم الملف | 58.33 KB |
| عدد التثبيتات | 49 |
| النسخة الحالية | 2.2 |
| آخر تحديث | 2024-01-22 |
| تاريخ النشر | 2022-03-03 |
| تقييم | 3.00/5 مجموع تقييمات 2 |
| المطور | echapa |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/Underdoge/x-autoload-chrome |
| عنوان صفحة المساعدة | https://github.com/Underdoge/x-autoload-chrome |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "X Autoload",
"action": {
"default_title": "X Autoload"
},
"manifest_version": 3,
"version": "2.2",
"description": "Shows latest posts when the scroll is all the way up.",
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"96": "\/icons\/icon96.png",
"128": "\/icons\/icon128.png"
},
"author": "Eduardo Chapa [email protected]",
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"x_autoload.js"
]
}
]
} | |