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
官方網址 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\/*"
    ]
}