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,
"name": "ElevenReader \u2014 Text Reader",
"version": "1.2.1",
"description": "Read aloud any Google Doc, PDF, webpage, or book with text to speech (TTS). Natural sounding voices in 30+ languages & 130 voices.",
"permissions": [
"activeTab",
"tabs",
"storage",
"downloads",
"notifications",
"contextMenus"
],
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/meet.google.com\/*"
],
"js": [
"content.js"
],
"css": [
"assets\/content.css"
]
}
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*",
"assets\/*",
"chunks\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/elevenreader.io\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs8pGYz6eVzpNUHlfBFU4TBupHMpnwN5TAElGUmNg5J1\/opeHeMy5wzPYbAdZM8CDfU7PBgGNuw2y4c7SXgt2SRqk7pkJNrHVZLqgr3GkUy2bHl9LMCrF0J6sh98eXBq3zc0Qbb3pqTnp5x3WBduSEul\/Din0jYdCVjJSilY4r5oqkEQyUENfMJpFQY6vB2ZQM7i87itIGpGlpI8UTGHmiSOzk3LoIBzhrtMuzIGWRUNKCRzCGFE6UZbVMoRrhecwnFxPzgjUHHUoimnZeVbRFJrPUY0BeXugOsKmVIU6ydWbi2TjGIntMEC4XzrBv6tj2COmX9lqe+LzKHp99PqTGwIDAQAB"
}