adblock-plus-crx
Version:
Adblock-Plus crx base64 encoded binary for chromedriver
39 lines (38 loc) • 856 B
JSON
{
"name": "adblock-plus-crx",
"version": "2.1.2",
"description": "Adblock-Plus crx base64 encoded binary for chromedriver",
"main": "index.js",
"scripts": {
"test": "mocha --recursive tests/*.tests.js"
},
"adblock-plus-crx": {
"version": "1.12.4"
},
"keywords": [
"Adblock-Plus",
"Chrome",
"ChromeDriver",
"WebDrvier",
"Nightwatch",
"Extension",
"Base64"
],
"author": "Stephen Cresswell",
"license": "GPL-3.0",
"devDependencies": {
"mocha": "^5.2.0"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidesmiths/adblock-plus-crx.git"
},
"bugs": {
"url": "https://github.com/guidesmiths/adblock-plus-crx/issues"
},
"homepage": "https://github.com/guidesmiths/adblock-plus-crx#readme",
"dependencies": {}
}