Real Betis Official Extension

Official Real Betis extension for Google Chrome and Microsoft Edge with exclusive Green and White content.

Real Betis Official Extensionとは何ですか?

Real Betis Official ExtensionはbrandTURBOによって開発されたChromeの拡張機能で、その主な機能は「Official Real Betis extension for Google Chrome and Microsoft Edge with exclusive Green and White content.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Real Betis Official Extension拡張機能のCRXファイルをダウンロード

Real Betis Official Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Real Betis Official Extension Real Betis Official Extension
ID boedjdmjapnpfndhpekllcmbggingood
公式URL https://chrome.google.com/webstore/detail/boedjdmjapnpfndhpekllcmbggingood
説明 Official Real Betis extension for Google Chrome and Microsoft Edge with exclusive Green and White content.
ファイルサイズ 2.81 MB
インストール数 241
現在のバージョン 3.3.1
最終更新日 2022-11-21
公開日 2021-03-17
評価 5.00/5 合計 1 レビュー
開発者 brandTURBO
Eメール [email protected]
拡張機能のウェブサイト https://www.realbetisbalompie.es/
ヘルプページのURL https://www.realbetisbalompie.es/
プライバシーポリシーページのURL https://www.brandturbo.vip/privacy
対応言語 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"
}