Better Battlelog (BBLog)
Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information.
Τι είναι το Better Battlelog (BBLog);
Το Better Battlelog (BBLog) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getbblog.com, και η κύρια λειτουργία του είναι "Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better Battlelog (BBLog)
Λήψη αρχείων επέκτασης Better Battlelog (BBLog) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Jan 2020: As many wished. Now with https support in battlelog. Should work again now. Better Battlelog (BBLog) is a Browser Add-on for Battlelog. Battlelog is the social network for some shooter games from EA. Battlelog is a good piece of software but there's always a way to improve things. Our job starts here. If you're a fan of highly detailed statistics, secret weapons information, cool improvements and all that stuff. That a "normal" user don't have, you really should try out our extension. BBLog has over 6.200.000 downloads and it's used worldwide.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kjlfnjepjdmlppapoikepbaabbghofma |
Επίσημο URL | https://chrome.google.com/webstore/detail/better-battlelog-bblog/kjlfnjepjdmlppapoikepbaabbghofma |
Περιγραφή | Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information. |
Μέγεθος Αρχείου | 553 KB |
Αριθμός Εγκαταστάσεων | 40,000 |
Τρέχουσα Έκδοση | 4.9.3 |
Τελευταία Ενημέρωση | 2020-01-29 |
Ημερομηνία Δημοσίευσης | 2020-01-29 |
Αξιολόγηση | 4.67/5 Συνολικά 631 Αξιολογήσεις |
Προγραμματιστής | https://getbblog.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://getbblog.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://getbblog.com/legal |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Battlelog (BBLog)", "short_name": "BBLog", "version": "4.9.3", "manifest_version": 2, "description": "Worldwide Leading Battlelog Browser Addon! Add many improvements and new features - for example stunning weapon information.", "homepage_url": "https:\/\/getbblog.com", "minimum_chrome_version": "18.0", "icons": { "16": "shared\/img\/icon16.png", "48": "shared\/img\/icon48.png", "128": "shared\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/battlelog.battlefield.com\/*", "*:\/\/battlelog.medalofhonor.com\/*" ], "js": [ "shared\/inject.js", "init.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/battlelog.battlefield.com\/*", "http:\/\/battlelog.medalofhonor.com\/*", "https:\/\/battlelog.battlefield.com\/*", "https:\/\/battlelog.medalofhonor.com\/*" ], "web_accessible_resources": [ "shared\/style-general.css", "shared\/style-bf3-mohw.css", "shared\/style-bf4.css", "shared\/style-bfh.css", "shared\/bblog.js", "shared\/bblog-weapons-compressed.js", "shared\/bblog-translations-compressed.js", "shared\/img\/bblog.png", "shared\/img\/teamspeak.png", "shared\/img\/mini-star.png", "shared\/img\/addgroup.png", "shared\/img\/bblog-badge.gif", "shared\/img\/assignments.jpg", "shared\/img\/spread-model.jpg", "shared\/img\/damage-torso.png", "shared\/img\/silk_information.png", "shared\/img\/speaker-off.png", "shared\/img\/speaker-on.png", "shared\/img\/filterset.png", "shared\/sounds\/radar-1.ogg" ] } |