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": 2, "name": "Ears: Bass Boost, EQ Any Audio!", "short_name": "Ears", "description": "EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!", "version": "1.3.12", "author": "Kevin King", "icons": { "16": "ears16.png", "32": "ears32.png", "48": "ears48.png", "64": "ears64.png", "128": "ears128.png" }, "browser_action": { "default_icon": "ears128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabCapture", "tabs", "storage" ], "background": { "scripts": [ "bg.js" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmvkDsI5IyGri+oOn\/B7yE9zt0hrZtX3SbHuvZfRjNQx0tDuqVPkHPIbq3NtWuHv5LqY5FFQIjFwvbVSOcx3YJhaE1Xz+GUKZvNFGNsClmXISP2h9aBfwF\/aQW\/f8rVk5\/yKFqYW20fVykzKFicxWQSychXsBZKIkIUa5KHvWE\/0KYoprfokW5fG9l0P5WmDApypNssJJ2NxrW3ROYFjzMDWJPjaZg\/GDH5MLayQ1vNhzFIF5IFDYNktP1jZQq\/OVQ6TFS6Syi4MxLVS+aaL0sIHBG2Luu2wRT9Thid8nMTQOLIJnJFgpO1bDybM0k8Iod08HlwdFJMDuZ26\/ieaujQIDAQAB", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" }