Bandcamp Fixed Player
This extension fixes the header in place along with the player
Τι είναι το Bandcamp Fixed Player;
Το Bandcamp Fixed Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alex Morrison, και η κύρια λειτουργία του είναι "This extension fixes the header in place along with the player".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bandcamp Fixed Player
Λήψη αρχείων επέκτασης Bandcamp Fixed Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension adds a fixed player to the bandcamp header.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
Επίσημο URL | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
Περιγραφή | This extension fixes the header in place along with the player |
Μέγεθος Αρχείου | 20.21 KB |
Αριθμός Εγκαταστάσεων | 85 |
Τρέχουσα Έκδοση | 0.0.4 |
Τελευταία Ενημέρωση | 2024-02-17 |
Ημερομηνία Δημοσίευσης | 2020-03-19 |
Αξιολόγηση | 2.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Alex Morrison |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bandcamp Fixed Player", "version": "0.0.4", "manifest_version": 3, "description": "This extension fixes the header in place along with the player", "homepage_url": "https:\/\/bandcamp.com", "icons": { "16": "icons\/play16.png", "48": "icons\/play48.png", "128": "icons\/play128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/*.bandcamp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.bandcamp.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |