Battlelog Fix
Changes the new Battlelog.
Cos'è Battlelog Fix?
Battlelog Fix è un'estensione di Chrome sviluppata da https://www.kinnunen-network.com, e la sua funzione principale è "Changes the new Battlelog.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Battlelog Fix
Scarica i file di estensione Battlelog Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
** Version 1.1.1 Added whole Battlelog instead of only bf3 **
** Version 1.1 Fixes most of things, still some work to do. **
Changes the look of the battlelog.
For those who think the menus are to big or have an low screen resolution.
Pictures are a little outdated. Informazioni di Base sull'Estensione
| Nome | |
| ID | jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| URL Ufficiale | https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Descrizione | Changes the new Battlelog. |
| Dimensione del File | 14.9 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2014-05-03 |
| Data di Pubblicazione | 2014-05-03 |
| Valutazione | 3.88/5 Totale 8 Valutazioni |
| Sviluppatore | https://www.kinnunen-network.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.kinnunen-network.com/battlelog-fix/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Battlelog Fix",
"version": "1.1.1",
"manifest_version": 2,
"description": "Changes the new Battlelog.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"page_action": {
"default_icon": "icon48.png"
},
"permissions": [
"http:\/\/battlelog.battlefield.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/battlelog.battlefield.com\/bf3\/*"
],
"css": [
"bf.css"
]
}
]
} | |