Inspect and view changes in CryptoValue source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "CryptoValue",
"version": "1.0.0",
"description": "A Chrome extension that displays the value of cryptocurrencies in stablecoins directly in your browser.",
"manifest_version": 3,
"author": "0xYJ",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"host_permissions": [
"https://api.nobitex.ir/*"
],
"action": {
"default_icon": "icon.png",
"default_popup": "index.html",
"default_title": "A Chrome extension that displays the value of cryptocurrencies in stablecoins directly in your browser."
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}