MOL-PICK SZEGED

The MOL-PICK Szeged new tab extension will make sure you don't miss any of the action from the #HandballFamily and the #blues.

什么是MOL-PICK SZEGED?

MOL-PICK SZEGED是由brandTURBO开发的Chrome扩展程序,该扩展的主要功能是“The MOL-PICK Szeged new tab extension will make sure you don't miss any of the action from the #HandballFamily and the #blues.”。

扩展截图

screenshot
screenshot
screenshot

下载MOL-PICK SZEGED扩展crx文件

下载MOL-PICK SZEGED扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download the official MOL-Pick Szeged New Tab Extension, customise your browser with your favorite wallpapers, be always updated with the latest news, select your favourite search engine and arrange your favourite websites. Follow our team all over Europe and show your enthusiasm!                    

扩展基本信息

名称 MOL-PICK SZEGED MOL-PICK SZEGED
ID abnfoedidaaiofjlijkjmbojdjppfogo
官方URL https://chrome.google.com/webstore/detail/mol-pick-szeged/abnfoedidaaiofjlijkjmbojdjppfogo
简介 The MOL-PICK Szeged new tab extension will make sure you don't miss any of the action from the #HandballFamily and the #blues.
文件大小 3.04 MB
安装次数 48
当前版本 3.2.2
更新时间 2021-03-17
上架时间 2021-03-12
开发者 brandTURBO
电子邮箱 [email protected]
付费类型 free
扩展官网 http://webshop.pickhandball.hu
帮助页面URL http://webshop.pickhandball.hu
隐私政策页面URL https://www.brandturbo.vip/privacy
支持的语言 en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.2.2",
    "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": [
            "*:\/\/*.pickhandball.hu\/*"
        ]
    },
    "default_locale": "en"
}