Vanilla Timeline for Twitter
For those of us who like Twitter less noisy.
ما هو Vanilla Timeline for Twitter؟
Vanilla Timeline for Twitter هو إضافة Chrome تم تطويرها بواسطة Jacob Pretorius، والميزة الرئيسية لها هي "For those of us who like Twitter less noisy.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vanilla Timeline for Twitter
قم بتنزيل ملفات الامتداد Vanilla Timeline for Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clean up the noise in your Twitter feed. Turn off any or all of these: - Retweets. - Tweets liked by people you follow. - Tweets from people in Twitter "Lists". - Tweets from "Related accounts". - Promoted Tweets. - Trending hashtags. You can also allow specific Twitter accounts to bypass these checks. Current supported Twitter interface languages: - English. - Portuguese. This extension does not access, store, track, or collect any of your data whatsoever. There are no analytics data or cookies used. This extension is in no way endorsed by Twitter, or associated with Twitter, Inc. in any way. You can see all of the code for this extension on GitHub: https://github.com/jacobpretorius/Vanilla-Timeline
معلومات أساسية عن التمديد
الاسم | Vanilla Timeline for Twitter |
ID | igolfhjmmmclfcjjfmafbghjeelmafij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vanilla-timeline-for-twit/igolfhjmmmclfcjjfmafbghjeelmafij |
الوصف | For those of us who like Twitter less noisy. |
حجم الملف | 563 KB |
عدد التثبيتات | 82 |
النسخة الحالية | 1.10.0 |
آخر تحديث | 2023-07-12 |
تاريخ النشر | 2020-03-20 |
المطور | Jacob Pretorius |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://projects.jcpretorius.com/vanilla-timeline |
عنوان صفحة المساعدة | https://github.com/jacobpretorius/Vanilla-Timeline |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "VanillaTimeline.js", "Localization.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "name": "Vanilla Timeline for Twitter", "version": "1.10.0", "author": "Jacob Pretorius", "description": "For those of us who like Twitter less noisy.", "homepage_url": "https:\/\/projects.jcpretorius.com\/vanilla-timeline", "manifest_version": 3, "options_page": "settings.html" } |