Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WhisperAI - AI driven Speech-to-text",
"version": "4.3.6",
"description": "An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.",
"permissions": [
"storage",
"identity",
"tabs",
"offscreen",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnJ2SZEnO+kPXttJwyW8THIOxEQYa9Owq\/IKFCNlvMSHnxyIWY9mGy\/boJ12JqgizlEnTD8gH8AUrSdBNEhIk7sFhYQcEsJTVWADjYFnGMpuXXqeL3tYmI3KYlKR8aBMa4Yu+Ebsq6RBTRJlzgGuTbQdHM+UCQG2HgkzVFYtXeRZBZ0CAaTRsupTA7ujSIwd0GVvl+ne\/9JQywjwvOXfMgpnzUhSlw59suJZnncQfDdE3CASLO0e7z3q3wtPFDM6joOJ4NpwQZvD5etlSRYauMTxJDrfx1AXINatuEVkbCPW\/BFj\/sQw4hu971Fr9MyKwCsIdS0LhffJfzLRoksyorwIDAQAB",
"icons": {
"128": "icon-128.png"
},
"oauth2": {
"client_id": "999492254133-mgh51p6c3cpd4t8s8cf4hj4mcfdq8uod.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader.N26EYp0i.js"
],
"matches": [
"<all_urls>"
],
"all_frames": false,
"match_about_blank": false
},
{
"js": [
"assets\/main.ts-loader.pv4T_FwU.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"match_about_blank": true
}
],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/**\/*.*",
"icon-128.png",
"icon-34.png",
"src\/pages\/offscreen\/index.html",
"src\/lib\/worklet\/volume-processor.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/google.Zf_8Ocuu.svg",
"assets\/Blabby.DlT1Vmt5.svg",
"assets\/FaGlobeAmericas.waB6eyd2.svg",
"assets\/inter-latin-400-normal.TjhoSJ0b.woff2",
"assets\/inter-latin-400-normal.IIrc8NIT.woff",
"assets\/inter-latin-500-normal.9mxmu7rn.woff2",
"assets\/inter-latin-500-normal.HXkdU5X3.woff",
"assets\/inter-latin-600-normal.9u9xzSNH.woff2",
"assets\/inter-latin-600-normal.eXBQJ3El.woff",
"assets\/poppins-latin-400-normal.HKcQETrj.woff2",
"assets\/poppins-latin-400-normal.Tm9xNzdG.woff",
"assets\/poppins-latin-500-normal.vDl5Y2SW.woff2",
"assets\/poppins-latin-500-normal.xl6qQzJn.woff",
"assets\/poppins-latin-600-normal.MxJMQfTK.woff2",
"assets\/poppins-latin-600-normal.SXU5neZs.woff",
"assets\/persist-UxbieDqc.js",
"assets\/iconsax-react-WJ_2w1ev.js",
"assets\/index-oGPu1AAM.js",
"assets\/useOverlayClick-jA1weJLb.js",
"assets\/modalStore-wtbcP2qm.js",
"assets\/listeners-e6OV9DjX.js",
"assets\/number-YLyvw1vs.js",
"assets\/react-feather-9ao2Dn5b.js",
"assets\/useTab-fllUFT32.js",
"assets\/toolbarPlacement-1mI4wxDF.js",
"assets\/chunk-TJ2McRL8.js",
"assets\/index.tsx-z56jAj35.js",
"assets\/main.ts-pb7FFJWQ.js"
],
"use_dynamic_url": false
}
]
}