Fextralife Fix
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Apa itu Fextralife Fix?
Fextralife Fix adalah ekstensi Chrome yang dikembangkan oleh wacky, dan fitur utamanya adalah "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fextralife Fix
Unduh file ekstensi Fextralife Fix 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
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Informasi Dasar Ekstensi
Nama | Fextralife Fix |
ID | apmlleaenngdncjedemihifpgpeinokb |
URL Resmi | https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb |
Deskripsi | This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason. |
Ukuran File | 281 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-09-03 |
Tanggal Publikasi | 2023-09-02 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | wacky |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fextralife Fix", "version": "1.0", "description": "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.", "content_scripts": [ { "matches": [ "https:\/\/*.fextralife.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } } |