Birdhouse
Restore the legacy birdhouse icon on X
Apa itu Birdhouse?
Birdhouse adalah ekstensi Chrome yang dikembangkan oleh birdhouseext, dan fitur utamanya adalah "Restore the legacy birdhouse icon on X".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Birdhouse
Unduh file ekstensi Birdhouse 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
Restore the legacy birdhouse icon that was replaced on X
Informasi Dasar Ekstensi
Nama | Birdhouse |
ID | ijfgmacjadjknmdohahkdniipjlgdoil |
URL Resmi | https://chromewebstore.google.com/detail/birdhouse/ijfgmacjadjknmdohahkdniipjlgdoil |
Deskripsi | Restore the legacy birdhouse icon on X |
Ukuran File | 10.17 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-10-13 |
Tanggal Publikasi | 2023-10-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | birdhouseext |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Birdhouse", "version": "1.2", "description": "Restore the legacy birdhouse icon on X", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |