Latest Tweets First

Always show latest tweets with the new Twitter Layout.

Co je Latest Tweets First?

Latest Tweets First je rozšíření Chrome vyvinuté https://latesttweetsfirst.com, a jeho hlavní funkcí je „Always show latest tweets with the new Twitter Layout.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Latest Tweets First

Stáhněte si soubory rozšíření Latest Tweets First ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        "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.                    

Základní Informace o Rozšíření

Název Latest Tweets First Latest Tweets First
ID hfiojngnjcplepmpggjdlnhilccafgaf
Oficiální URL https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf
Popis Always show latest tweets with the new Twitter Layout.
Velikost souboru 7.04 KB
Počet instalací 626
Aktuální Verze 1.1.3
Poslední Aktualizace 2019-07-30
Datum Vydání 2019-07-30
Hodnocení 4.11/5 Celkem 9 Hodnocení
Vývojář https://latesttweetsfirst.com
Typ Platby free
Webové stránky Rozšíření https://latesttweetsfirst.com
URL Stránky Nápovědy https://latesttweetsfirst.com/contact
Podporované Jazyky 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"
}