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
Eメール [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\/*"
    ]
}