EBN Blog Login

Login to your blogs without visiting the EBN app.

What is EBN Blog Login?

EBN Blog Login is a Chrome extension developed by Easy Blog Networks, and its main feature is "Login to your blogs without visiting the EBN app.".

Extension Screenshots

screenshot
screenshot
screenshot

Download EBN Blog Login Extension CRX File

Download EBN Blog Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name EBN Blog Login EBN Blog Login
ID ooapnpaflpconhialchldhlipmfhhkia
Official URL https://chromewebstore.google.com/detail/ebn-blog-login/ooapnpaflpconhialchldhlipmfhhkia
Description Login to your blogs without visiting the EBN app.
File Size 233 KB
Installation Count 214
Current Version 22.9.18.1743
Last Updated 2022-09-20
Publish Date 2019-01-18
Rating 5.00/5 Total 1 Ratings
Developer Easy Blog Networks
Email [email protected]
Payment Type free
Extension Website https://easyblognetworks.com
Help Page URL https://help.easyblognetworks.com
Privacy Policy Page URL https://niteo.co/legal/privacy
Supported Languages 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"
    ]
}