Latest Tweets First

Always show latest tweets with the new Twitter Layout.

Latest Tweets First क्या है?

Latest Tweets First https://latesttweetsfirst.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always show latest tweets with the new Twitter Layout."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Latest Tweets First एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "The new Twitter layout is amazing!" — someone must have said it, but it wasn't us. 

The thing we disliked most about the new Twitter design is when you filter by 'Latest' tweets, it soon reverts back to 'Top' tweets. 

With Latest Tweets First, your Twitter feed will automatically show the latest tweets — and *always* the latest tweets — from the people you follow.                    

एक्सटेंशन की मूल जानकारी

नाम Latest Tweets First Latest Tweets First
ID hfiojngnjcplepmpggjdlnhilccafgaf
आधिकारिक URL https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf
विवरण Always show latest tweets with the new Twitter Layout.
फ़ाइल का आकार 7.04 KB
स्थापना संख्या 626
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2019-07-30
प्रकाशन तिथि 2019-07-30
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर https://latesttweetsfirst.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://latesttweetsfirst.com
सहायता पृष्ठ URL https://latesttweetsfirst.com/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "src\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "src\/icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                ".\/src\/content.js"
            ],
            "matches": [
                "https:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ]
    },
    "description": "Always show latest tweets with the new Twitter Layout.",
    "manifest_version": 2,
    "name": "Latest Tweets First",
    "short_name": "Latest Tweets First",
    "permissions": [],
    "version": "1.1.3"
}