By: Ming Li
Inspect and view changes in Simple TTS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "5.0.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "mingmillennium@gmail.com",
"strict_min_version": "58.0"
}
},
"icons": {
"48": "assets/icons/icon-48.svg",
"96": "assets/icons/icon-96.svg"
},
"permissions": [
"storage",
"contextMenus",
"notifications",
"activeTab",
"tabs",
"https://*.tts.speech.microsoft.com/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "assets/icons/icon-48.svg",
"default_popup": "popup.html",
"default_title": "__MSG_extName__"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
} Best Simple TTS Alternatives
Here are some Firefox add-ons that are similar to Simple TTS: