Abios Auto-fit
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
Qu'est-ce que Abios Auto-fit ?
Abios Auto-fit est une extension Chrome développée par jonasrothmannhjalager, et sa fonction principale est "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.".
Télécharger le fichier CRX de l'extension Abios Auto-fit
Téléchargez les fichiers d'extension Abios Auto-fit 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
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
Informations de Base sur l'Extension
Nom | Abios Auto-fit |
ID | kmfnpkocegjjhmlepmngpkpcbeolafkd |
URL Officiel | https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd |
Description | A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. |
Taille du Fichier | 10.72 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2016-04-05 |
Date de Publication | 2016-04-05 |
Développeur | jonasrothmannhjalager |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Abios Auto-fit", "short_name": "Abios Auto-Fit", "description": "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.", "version": "1", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/abiosgaming.com\/live-streams\/*" ], "js": [ "index.js" ] } ] } |