TwitterLatest
Automatically switch Twitter feed to “Latest Tweets” ✨
TwitterLatest क्या है?
TwitterLatest mattcdowning द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically switch Twitter feed to “Latest Tweets” ✨"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TwitterLatest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
“Is there a Chrome extension to fix the Twitter bug that keeps switching you back to the ‘top tweets’ feed even if you keep selecting ‘show latest tweets’?” - Benedict Evans This is it!
एक्सटेंशन की मूल जानकारी
नाम | TwitterLatest |
ID | jfeokmgjhgkooomeejegoljcodnokich |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich |
विवरण | Automatically switch Twitter feed to “Latest Tweets” ✨ |
फ़ाइल का आकार | 7.8 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2019-06-14 |
प्रकाशन तिथि | 2019-06-13 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | mattcdowning |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitterlatest.netlify.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitterLatest", "version": "1.0.2", "description": "Automatically switch Twitter feed to \u201cLatest Tweets\u201d \u2728", "browser_action": { "default_icon": "icon128.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/home", "https:\/\/mobile.twitter.com\/home" ], "js": [ "content.js" ] } ] } |