Finite
Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
ما هو Finite؟
Finite هو إضافة Chrome تم تطويرها بواسطة YQ42، والميزة الرئيسية لها هي "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Finite
قم بتنزيل ملفات الامتداد Finite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Finite adds a number for each post to your infinite timeline, so you'll know the amount of information you've consumed or the amount of doom scrolling is done. You already know how many people you followed, now you'll know how many posts there are on your timeline with Finite. You can also give yourself breaks to read 10 tweets or browse 20 posts, and then get back to work.
معلومات أساسية عن التمديد
الاسم | Finite |
ID | kidobhmjkffpcgdkhciodmkhbhbbdboe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe |
الوصف | Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done. |
حجم الملف | 103 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 0.3.3 |
آخر تحديث | 2024-01-23 |
تاريخ النشر | 2023-11-15 |
المطور | YQ42 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Finite", "version": "0.3.3", "description": "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.", "content_scripts": [ { "js": [ "setUpFiniteTimeline.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |