Battlelog Fix
Changes the new Battlelog.
Co to jest Battlelog Fix?
Battlelog Fix to rozszerzenie Chrome opracowane przez https://www.kinnunen-network.com, a jego główną funkcją jest „Changes the new Battlelog.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Battlelog Fix
Pobierz pliki rozszerzeń Battlelog Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
** 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Oficjalny URL | https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Opis | Changes the new Battlelog. |
| Rozmiar pliku | 14.9 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.1.1 |
| Ostatnia Aktualizacja | 2014-05-03 |
| Data Publikacji | 2014-05-03 |
| Ocena | 3.88/5 Łącznie 8 Oceny |
| Deweloper | https://www.kinnunen-network.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.kinnunen-network.com/battlelog-fix/ |
| Obsługiwane Języki | 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"
]
}
]
} | |