Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debug.js « combined « Extensions - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bff57f6d7d128bcf0f23f00135093a0be2e3d36 (plain)
1
2
3
4
5
6
7
8
//---   Get Extension Information   ---//
const extension = chrome.runtime.getManifest();

//---   Get Debug Elements   ---//
const ver = document.getElementById("extension-version");

//---   Set Debug Elements   ---//
ver.innerHTML = extension.version;