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是由wacky開發的Chrome擴展程式,該擴展的主要功能是“This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.”。
擴展截圖
下載Fextralife Fix擴展crx文件
下載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 |
官方網址 | 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" } } } |