Twitter headlines

Bring back headlines to Twitter and fix accessibility issues

什么是Twitter headlines?

Twitter headlines是由Chippy开发的Chrome扩展程序,该扩展的主要功能是“Bring back headlines to Twitter and fix accessibility issues”。

扩展截图

screenshot

下载Twitter headlines扩展crx文件

下载Twitter headlines扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Twitter headlines Twitter headlines
ID pallcndojogkdjdfmoinobehmmimanll
官方URL https://chromewebstore.google.com/detail/twitter-headlines/pallcndojogkdjdfmoinobehmmimanll
简介 Bring back headlines to Twitter and fix accessibility issues
文件大小 23.78 KB
安装次数 74
当前版本 0.0.3
更新时间 2023-10-09
上架时间 2023-10-08
评分 5.00/5 共2次评分
开发者 Chippy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jterskine/twitter-headlines
隐私政策页面URL https://chippyai.com/privacy
支持的语言 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\/*"
    ]
}