EBN Blog Login

Login to your blogs without visiting the EBN app.

什么是EBN Blog Login?

EBN Blog Login是由Easy Blog Networks开发的Chrome扩展程序,该扩展的主要功能是“Login to your blogs without visiting the EBN app.”。

扩展截图

screenshot
screenshot
screenshot

下载EBN Blog Login扩展crx文件

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

扩展使用说明

                        The EBN Blog Login extension allows you or your collaborators to log into any blog without accessing the app.                    

扩展基本信息

名称 EBN Blog Login EBN Blog Login
ID ooapnpaflpconhialchldhlipmfhhkia
官方URL https://chromewebstore.google.com/detail/ebn-blog-login/ooapnpaflpconhialchldhlipmfhhkia
简介 Login to your blogs without visiting the EBN app.
文件大小 233 KB
安装次数 214
当前版本 22.9.18.1743
更新时间 2022-09-20
上架时间 2019-01-18
评分 5.00/5 共1次评分
开发者 Easy Blog Networks
电子邮箱 [email protected]
付费类型 free
扩展官网 https://easyblognetworks.com
帮助页面URL https://help.easyblognetworks.com
隐私政策页面URL https://niteo.co/legal/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EBN Blog Login",
    "version": "22.9.18.1743",
    "description": "Login to your blogs without visiting the EBN app.",
    "homepage_url": "https:\/\/app.easyblognetworks.com",
    "manifest_version": 2,
    "minimum_chrome_version": "58",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/app.easyblognetworks.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "32.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "track.js"
    ]
}