Inspect and view changes in 432Hz & 528Hz Converter for YouTube and Apple Music 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "432Hz & 528Hz Converter for YouTube and Apple Music",
"short_name": "432Hz/528HZ",
"version": "1.0.7",
"default_locale": "en",
"description": "Convert YouTube and Apple Music into 432hz & 528hz",
"manifest_version": 3,
"host_permissions": [
"http://*/*",
"https://*/*"
],
"permissions": [
"offscreen",
"scripting",
"activeTab",
"storage",
"tabCapture",
"webNavigation",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"ctx.js",
"en.json",
"es.json",
"it.json",
"ja.json",
"ko.json",
"pt_BR.json",
"ru.json",
"tr.json",
"vi.json",
"zh_CN.json",
"zh_TW.json",
"locales/en.json",
"locales/es.json",
"locales/it.json",
"locales/ja.json",
"locales/ko.json",
"locales/pt_BR.json",
"locales/ru.json",
"locales/tr.json",
"locales/vi.json",
"locales/zh_CN.json",
"locales/zh_TW.json",
"static/locales/en.json",
"static/locales/es.json",
"static/locales/it.json",
"static/locales/ja.json",
"static/locales/ko.json",
"static/locales/pt_BR.json",
"static/locales/ru.json",
"static/locales/tr.json",
"static/locales/vi.json",
"static/locales/zh_CN.json",
"static/locales/zh_TW.json"
],
"matches": [
"http://*/*",
"https://*/*"
],
"extension_ids": []
}
],
"action": {
"default_title": "432Hz & 528Hz Converter",
"default_popup": "popup.html"
},
"icons": {
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://*/*",
"http://*/*",
"file://*/*"
],
"js": [
"polyfills.js",
"contentScript.js"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_start"
}
],
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"commands": {
"commandA": {
"description": "command A"
},
"commandB": {
"description": "command B"
},
"commandC": {
"description": "command C"
},
"commandD": {
"description": "command D"
},
"commandE": {
"description": "command E"
},
"commandF": {
"description": "command F"
},
"commandG": {
"description": "command G"
},
"commandH": {
"description": "command H"
},
"commandI": {
"description": "command I"
},
"commandJ": {
"description": "command J"
},
"commandK": {
"description": "command K"
},
"commandL": {
"description": "command L"
},
"commandM": {
"description": "command M"
},
"commandN": {
"description": "command N"
},
"commandO": {
"description": "command O"
}
}
}