Twitter headlines

Bring back headlines to Twitter and fix accessibility issues

Co je Twitter headlines?

Twitter headlines je rozšíření Chrome vyvinuté Chippy, a jeho hlavní funkcí je „Bring back headlines to Twitter and fix accessibility issues“.

Snímky obrazovky rozšíření

screenshot

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

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

                        Twitter recently removed headlines from articles and now we just see a silly image.

This extension:
- adds the missing headline back
- fixes accessibility issues that Twitter somehow broke
- only has permission on twitter.com
- doesn’t track anything, sell your data, etc
- Open sourced at https://github.com/jterskine/twitter-headlines                    

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

Název Twitter headlines Twitter headlines
ID pallcndojogkdjdfmoinobehmmimanll
Oficiální URL https://chromewebstore.google.com/detail/twitter-headlines/pallcndojogkdjdfmoinobehmmimanll
Popis Bring back headlines to Twitter and fix accessibility issues
Velikost souboru 23.78 KB
Počet instalací 74
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-10-09
Datum Vydání 2023-10-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Chippy
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/jterskine/twitter-headlines
URL Stránky Zásad Ochrany Soukromí https://chippyai.com/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.183846ff.png",
        "32": "icon32.plasmo.d070772b.png",
        "48": "icon48.plasmo.907a2843.png",
        "64": "icon64.plasmo.129a09b2.png",
        "128": "icon128.plasmo.4506cacd.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.183846ff.png",
            "32": "icon32.plasmo.d070772b.png",
            "48": "icon48.plasmo.907a2843.png",
            "64": "icon64.plasmo.129a09b2.png",
            "128": "icon128.plasmo.4506cacd.png"
        }
    },
    "version": "0.0.3",
    "author": "joey",
    "name": "Twitter headlines",
    "description": "Bring back headlines to Twitter and fix accessibility issues",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.c25a6036.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ]
}