Restore Link Card

A browser extension to restore OGP link cards on Twitter (X).

Restore Link Cardとは何ですか?

Restore Link Cardはろぼいんによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to restore OGP link cards on Twitter (X).」です。

拡張機能のスクリーンショット

screenshot

Restore Link Card拡張機能のCRXファイルをダウンロード

Restore Link Card拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Twitter (X) removed headings from links in tweets (posts) on October 4, 2023. This extension restores the removed headlines and restores the previous ease of use.                    

拡張機能の基本情報

名前 Restore Link Card Restore Link Card
ID ifgokfhnpkmpjgjiimciofkebopknkli
公式URL https://chromewebstore.google.com/detail/restore-link-card/ifgokfhnpkmpjgjiimciofkebopknkli
説明 A browser extension to restore OGP link cards on Twitter (X).
ファイルサイズ 12.15 KB
インストール数 570
現在のバージョン 1.1.0
最終更新日 2023-10-06
公開日 2023-10-05
評価 5.00/5 合計 4 レビュー
開発者 ろぼいん
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Robot-Inventor/restore-link-card
ヘルプページのURL https://github.com/Robot-Inventor/restore-link-card
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Restore Link Card",
    "short_name": "RestoreLinkCard",
    "version": "1.1.0",
    "description": "A browser extension to restore OGP link cards on Twitter (X).",
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*",
        "https:\/\/tweetdeck.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "loader.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ]
}