Bandcamp Fixed Player
This extension fixes the header in place along with the player
Qu'est-ce que Bandcamp Fixed Player ?
Bandcamp Fixed Player est une extension Chrome développée par Alex Morrison, et sa fonction principale est "This extension fixes the header in place along with the player".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bandcamp Fixed Player
Téléchargez les fichiers d'extension Bandcamp Fixed Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension adds a fixed player to the bandcamp header.
Informations de Base sur l'Extension
Nom | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
URL Officiel | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
Description | This extension fixes the header in place along with the player |
Taille du Fichier | 20.21 KB |
Nombre d'Installations | 85 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2020-03-19 |
Évaluation | 2.00/5 Total 3 Évaluations |
Développeur | Alex Morrison |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |