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" } } } |