0.0.2 • Published 9 months ago

chrome-extension-downloads v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

chrome-extension-downloads

A simple npm package for getting the installations number of a Google Chrome extension.

Installation

npm i chrome-extension-downloads

or

yarn add chrome-extension-downloads

Usage

import chromeExtensionDownloads from "chrome-extension-downloads";

const chromeExtensionURL =
  "https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn";

console.log("Downloads:", await chromeExtensionDownloads(chromeExtensionURL));

License

MIT licensed.

0.0.2

9 months ago

0.0.1

9 months ago