EasyBlogCommenting

Automatically fills comment form entries.

Wat is EasyBlogCommenting?

EasyBlogCommenting is een Chrome-extensie ontwikkeld door https://www.shoutmeloud.com, en de belangrijkste functie is "Automatically fills comment form entries.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie EasyBlogCommenting

Download EasyBlogCommenting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EasyBlogCommenting EasyBlogCommenting
ID dmfabgipdbmkdcijifjdegkilbckjcdn
Officiële URL https://chromewebstore.google.com/detail/easyblogcommenting/dmfabgipdbmkdcijifjdegkilbckjcdn
Beschrijving Automatically fills comment form entries.
Bestandsgrootte 50.27 KB
Aantal Installaties 941
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-15
Publicatiedatum 2016-06-15
Beoordeling 4.44/5 Totaal 16 Beoordelingen
Ontwikkelaar https://www.shoutmeloud.com
Betalingswijze free
Extensiewebsite http://www.shoutmeloud.com
Help Pagina-URL http://ask.shoutmeloud.com
Ondersteunde Talen 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"
}