Simplified Twitter

Remove distractions from the new Twitter layout

Co je Simplified Twitter?

Simplified Twitter je rozšíření Chrome vyvinuté Bruno Lemos, a jeho hlavní funkcí je „Remove distractions from the new Twitter layout“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Simplified Twitter

Stáhněte si soubory rozšíření Simplified Twitter 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í

                        Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets.

AVAILABLE FOR ALL BROWSERS.                    

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

Název Simplified Twitter Simplified Twitter
ID kfopmjhmejbgomgeajemgpgpbckpoopg
Oficiální URL https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg
Popis Remove distractions from the new Twitter layout
Velikost souboru 14.05 KB
Počet instalací 2,394
Aktuální Verze 1.8.1
Poslední Aktualizace 2023-11-22
Datum Vydání 2020-04-25
Hodnocení 4.70/5 Celkem 20 Hodnocení
Vývojář Bruno Lemos
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/brunolemos/simplified-twitter
URL Stránky Nápovědy https://github.com/brunolemos/simplified-twitter
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simplified Twitter",
    "version": "1.8.1",
    "description": "Remove distractions from the new Twitter layout",
    "short_name": "Simplified Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/x.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}