Webmaster Net Chrome Extension

This extension displays 15 posts from webmaster.net right on your toolbar!

What is Webmaster Net Chrome Extension?

Webmaster Net Chrome Extension is a Chrome extension developed by https://www.webmaster.net, and its main feature is "This extension displays 15 posts from webmaster.net right on your toolbar! ".

Extension Screenshots

screenshot

Download Webmaster Net Chrome Extension Extension CRX File

Download Webmaster Net Chrome Extension 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

                        Daily industry news covering the web industry from Google to Yandex. Also includes weekly expert articles covering a wide range of topics including writing tips, blogging tips, how to build a better business, system administration guides, small business guides, affiliate tutorials, outsourcing tutorials and various other related topics.                    

Extension Basic Information

Name Webmaster Net Chrome Extension Webmaster Net Chrome Extension
ID pfcffjlanejegfaghehpgnlhmnnjjjie
Official URL https://chrome.google.com/webstore/detail/webmaster-net-chrome-exte/pfcffjlanejegfaghehpgnlhmnnjjjie
Description This extension displays 15 posts from webmaster.net right on your toolbar!
File Size 53.88 KB
Installation Count 45
Current Version 2.2
Last Updated 2015-02-16
Publish Date 2015-02-16
Rating 4.00/5 Total 2 Ratings
Developer https://www.webmaster.net
Payment Type free
Extension Website https://www.webmaster.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "2.2",
    "manifest_version": 2,
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/webmaster.net",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webmaster.net\/*,http:\/\/webmaster.net\/*,https:\/\/www.webmaster.net\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/webmaster.net\/",
        "https:\/\/www.webmaster.net\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}