Restore Link Card

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

Apa itu Restore Link Card?

Restore Link Card adalah ekstensi Chrome yang dikembangkan oleh ろぼいん, dan fitur utamanya adalah "A browser extension to restore OGP link cards on Twitter (X).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Restore Link Card

Unduh file ekstensi Restore Link Card dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Restore Link Card Restore Link Card
ID ifgokfhnpkmpjgjiimciofkebopknkli
URL Resmi https://chromewebstore.google.com/detail/restore-link-card/ifgokfhnpkmpjgjiimciofkebopknkli
Deskripsi A browser extension to restore OGP link cards on Twitter (X).
Ukuran File 12.15 KB
Jumlah Instalasi 570
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-10-06
Tanggal Publikasi 2023-10-05
Penilaian 5.00/5 Total 4 Penilaian
Pengembang ろぼいん
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Robot-Inventor/restore-link-card
URL Halaman Bantuan https://github.com/Robot-Inventor/restore-link-card
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}