Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "116",
"name": "Pulser Pro - Sound Booster Up to 600%",
"short_name": "Pulser Pro",
"description": "Boost volume up to 600% on YouTube, Netflix & all sites.",
"version": "1.1.0",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-bridge.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-audio.js"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Pulser Pro - Boost Sound to 600%",
"default_popup": "popup.html"
}
}