Fextralife Fix
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Fextralife Fixคืออะไร?
Fextralife Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wacky และคุณลักษณะหลักของมันคือ "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fextralife Fix
ดาวน์โหลดไฟล์ส่วนขยาย Fextralife Fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fextralife Fix |
ID | apmlleaenngdncjedemihifpgpeinokb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb |
คำอธิบาย | This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason. |
ขนาดไฟล์ | 281 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-09-03 |
วันที่เผยแพร่ | 2023-09-02 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | wacky |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } } |