chrome-extension-downloads
v0.0.2
Published
A simple npm package for getting the installations number of a Google Chrome extension.
Downloads
3
Readme
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.