EasyBlogCommenting

Automatically fills comment form entries.

What is EasyBlogCommenting?

EasyBlogCommenting is a Chrome extension developed by https://www.shoutmeloud.com, and its main feature is "Automatically fills comment form entries.".

Extension Screenshots

screenshot
screenshot

Download EasyBlogCommenting Extension CRX File

Download EasyBlogCommenting 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

                        Easy Blog commenting is a productivity & time-saving chrome add-on for bloggers & users who love commenting on blogs.

Easy blog commenting add-on will automatically fill name, email & URL field in the WordPress blog comment field, thus saving a lot of time & improve your productivity.                    

Extension Basic Information

Name EasyBlogCommenting EasyBlogCommenting
ID dmfabgipdbmkdcijifjdegkilbckjcdn
Official URL https://chromewebstore.google.com/detail/easyblogcommenting/dmfabgipdbmkdcijifjdegkilbckjcdn
Description Automatically fills comment form entries.
File Size 50.27 KB
Installation Count 941
Current Version 1.0
Last Updated 2016-06-15
Publish Date 2016-06-15
Rating 4.44/5 Total 16 Ratings
Developer https://www.shoutmeloud.com
Payment Type free
Extension Website http://www.shoutmeloud.com
Help Page URL http://ask.shoutmeloud.com
Supported Languages en-US
manifest.json
{
    "name": "EasyBlogCommenting",
    "description": "Automatically fills comment form entries.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "EasyBlogCommenting",
        "default_popup": "option.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "ebc-worker.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "1.0"
}