Real Betis Official Extension
Official Real Betis extension for Google Chrome and Microsoft Edge with exclusive Green and White content.
Co je Real Betis Official Extension?
Real Betis Official Extension je rozšíření Chrome vyvinuté brandTURBO, a jeho hlavní funkcí je „Official Real Betis extension for Google Chrome and Microsoft Edge with exclusive Green and White content.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Real Betis Official Extension
Stáhněte si soubory rozšíření Real Betis Official Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Customize your browser with exclusive wallpapers and organize the sites you visit the most. You will also have access to exclusive content of the Green and White Club. Be up to date with the latest news, players, tickets and exclusive promotions right in your landing page. This is a white label enterprise extension for Real Betis.
Základní Informace o Rozšíření
Název | |
ID | boedjdmjapnpfndhpekllcmbggingood |
Oficiální URL | https://chrome.google.com/webstore/detail/boedjdmjapnpfndhpekllcmbggingood |
Popis | Official Real Betis extension for Google Chrome and Microsoft Edge with exclusive Green and White content. |
Velikost souboru | 2.81 MB |
Počet instalací | 241 |
Aktuální Verze | 3.3.1 |
Poslední Aktualizace | 2022-11-21 |
Datum Vydání | 2021-03-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | brandTURBO |
[email protected] | |
Webové stránky Rozšíření | https://www.realbetisbalompie.es/ |
URL Stránky Nápovědy | https://www.realbetisbalompie.es/ |
URL Stránky Zásad Ochrany Soukromí | https://www.brandturbo.vip/privacy |
Podporované Jazyky | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "3.3.1", "description": "__MSG_extDescription__", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.realbetisbalompie.es\/*" ] }, "default_locale": "en" } |