Vanilla Timeline for Twitter
For those of us who like Twitter less noisy.
Vanilla Timeline for Twitter क्या है?
Vanilla Timeline for Twitter Jacob Pretorius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For those of us who like Twitter less noisy."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vanilla Timeline for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } |