Twitter headlines

Bring back headlines to Twitter and fix accessibility issues

Qu'est-ce que Twitter headlines ?

Twitter headlines est une extension Chrome développée par Chippy, et sa fonction principale est "Bring back headlines to Twitter and fix accessibility issues".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter headlines

Téléchargez les fichiers d'extension Twitter headlines au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitter headlines Twitter headlines
ID pallcndojogkdjdfmoinobehmmimanll
URL Officiel https://chromewebstore.google.com/detail/twitter-headlines/pallcndojogkdjdfmoinobehmmimanll
Description Bring back headlines to Twitter and fix accessibility issues
Taille du Fichier 23.78 KB
Nombre d'Installations 74
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-10-09
Date de Publication 2023-10-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur Chippy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jterskine/twitter-headlines
URL de la Page de Politique de Confidentialité https://chippyai.com/privacy
Langues Prises en Charge 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\/*"
    ]
}