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.
Τι είναι το Abios Auto-fit;
Το Abios Auto-fit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jonasrothmannhjalager, και η κύρια λειτουργία του είναι "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.".
Λήψη αρχείου CRX της επέκτασης Abios Auto-fit
Λήψη αρχείων επέκτασης Abios Auto-fit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Επίσημο URL | https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd |
| Περιγραφή | A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode. |
| Μέγεθος Αρχείου | 10.72 KB |
| Αριθμός Εγκαταστάσεων | 12 |
| Τρέχουσα Έκδοση | 1 |
| Τελευταία Ενημέρωση | 2016-04-05 |
| Ημερομηνία Δημοσίευσης | 2016-04-05 |
| Προγραμματιστής | jonasrothmannhjalager |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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"
]
}
]
} | |