Gulp Blacklist Marker

it marks blacklisted gulp modules when browsing (NPM and GitHub).

What is Gulp Blacklist Marker?

Gulp Blacklist Marker is a Chrome extension developed by https://sirlisko.com, and its main feature is "it marks blacklisted gulp modules when browsing (NPM and GitHub).".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Gulp Blacklist Marker Extension CRX File

Download Gulp Blacklist Marker 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

                        Chromes Extension that marks blacklisted gulp modules when browsing NPM and GitHub.

It checks NPM (search and module page) and GitHub (repository main page and all the package.json).                    

Extension Basic Information

Name Gulp Blacklist Marker Gulp Blacklist Marker
ID kifhpjdagaiganbdabkpepncopmbfbal
Official URL https://chromewebstore.google.com/detail/gulp-blacklist-marker/kifhpjdagaiganbdabkpepncopmbfbal
Description it marks blacklisted gulp modules when browsing (NPM and GitHub).
File Size 37.67 KB
Installation Count 20
Current Version 0.3.1
Last Updated 2019-03-29
Publish Date 2019-03-29
Rating 5.00/5 Total 1 Ratings
Developer https://sirlisko.com
Email [email protected]
Payment Type free
Extension Website https://sirlisko.com/blog/gulp-blacklist-marker/
Help Page URL https://github.com/sirLisko/gulp-blacklist-marker
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gulp Blacklist Marker",
    "version": "0.3.1",
    "description": "it marks blacklisted gulp modules when browsing (NPM and GitHub).",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.npmjs.com\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "base.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}