By: Metheus App Add-on
Inspect and view changes in metheus-app source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Metheus Extension: Language Immersion Engine",
"description": "__MSG_extensionDescription__",
"version": "1.0.4",
"icons": {
"16": "icon/icon16.png",
"48": "icon/icon48.png",
"128": "icon/icon128.png"
},
"default_locale": "en",
"web_accessible_resources": [
"chunks/*",
"fonts/*",
"asbplayer-locales/*",
"icon/image.png",
"netflix-page.js",
"youtube-page.js",
"stremio-page.js",
"tver-page.js",
"bandai-channel-page.js",
"amazon-prime-page.js",
"hulu-page.js",
"disney-plus-page.js",
"apps-disney-plus-page.js",
"viki-page.js",
"unext-page.js",
"emby-jellyfin-page.js",
"osnplus-page.js",
"bilibili-page.js",
"nrk-tv-page.js",
"plex-page.js",
"areena-yle-page.js",
"hbo-max-page.js",
"cijapanese-page.js",
"mp3-encoder-worker.js",
"pgs-parser-worker.js",
"video-data-sync-ui.js",
"video-select-ui.js",
"notification-ui.js",
"mobile-video-overlay-ui.html",
"smart-hub-pill-ui.html",
"page-favicons/*",
"assets/smart-hub-pill-ui-*.css"
],
"commands": {
"_execute_sidebar_action": {
"description": "__MSG_shortcutOpenSidePanel__"
},
"copy-subtitle": {
"description": "__MSG_shortcutMineSubtitleDescription__"
},
"metheus-toggle-popup": {
"description": "Toggle Metheus popup"
},
"copy-subtitle-with-dialog": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "MacCtrl+Shift+X"
},
"description": "__MSG_shortcutMineSubtitleAndOpenDialogDescription__"
},
"update-last-card": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "MacCtrl+Shift+U"
},
"description": "__MSG_shortcutUpdateLastCardDescription__"
},
"toggle-video-select": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "__MSG_shortcutSelectSubtitleTrackDescription__"
},
"export-card": {
"description": "__MSG_shortcutExportCardDescription__"
},
"take-screenshot": {
"suggested_key": {
"default": "Ctrl+Shift+V",
"mac": "MacCtrl+Shift+V"
},
"description": "__MSG_shortcutTakeScreenshotDescription__"
},
"toggle-recording": {
"description": "__MSG_shortcutToggleRecordingDescription__"
}
},
"browser_specific_settings": {
"gecko": {
"id": "metheusextension-firefox@metheus.app"
}
},
"permissions": [
"tabs",
"storage",
"contextMenus",
"webRequest",
"webRequestBlocking",
"clipboardWrite",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"sidebar_action": {
"default_panel": "sidepanel.html",
"default_title": "asbplayer"
},
"content_scripts": [
{
"matches": [
"*://app.asbplayer.dev/*",
"*://killergerbah.github.io/asbplayer*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"content-scripts/asbplayer.js"
]
},
{
"matches": [
"*://*.archive.org/*",
"*://*.bbc.co.uk/*",
"*://*.bbc.com/*",
"*://*.bloomberg.com/*",
"*://*.cijapanese.com/*",
"*://*.cnn.com/*",
"*://*.dev.to/*",
"*://*.discord.com/*",
"*://*.duolingo.com/*",
"*://*.facebook.com/*",
"*://*.forbes.com/*",
"*://*.genius.com/*",
"*://*.github.com/*",
"*://*.goodreads.com/*",
"*://*.imdb.com/*",
"*://*.instagram.com/*",
"*://*.linkedin.com/*",
"*://*.medium.com/*",
"*://*.nytimes.com/*",
"*://*.osnplus.com/*",
"*://*.patreon.com/*",
"*://*.pinterest.com/*",
"*://*.producthunt.com/*",
"*://*.quora.com/*",
"*://*.reddit.com/*",
"*://*.stackexchange.com/*",
"*://*.stackoverflow.com/*",
"*://*.substack.com/*",
"*://*.theguardian.com/*",
"*://*.theverge.com/*",
"*://*.tiktok.com/*",
"*://*.tumblr.com/*",
"*://*.twitch.tv/*",
"*://*.twitter.com/*",
"*://*.viki.com/*",
"*://*.wikipedia.org/*",
"*://*.wired.com/*",
"*://*.wordpress.com/*",
"*://*.x.com/*",
"*://*.youtube.com/*",
"*://archive.org/*",
"*://areena.yle.fi/*",
"*://cijapanese.com/*",
"*://news.ycombinator.com/*",
"*://open.spotify.com/*",
"*://osnplus.com/*",
"*://play.hbomax.com/*",
"*://play.max.com/*",
"*://tv.nrk.no/*",
"*://tver.jp/*",
"*://urplay.se/*",
"*://video.unext.jp/*",
"*://web.stremio.com/*",
"*://web.telegram.org/*",
"*://web.whatsapp.com/*",
"*://www.amazon.com/*",
"*://www.apps.disneyplus.com/*",
"*://www.b-ch.com/*",
"*://www.bilibili.tv/*",
"*://www.disneyplus.com/*",
"*://www.hulu.com/*",
"*://www.hulu.jp/*",
"*://www.iwanttfc.com/*",
"*://www.netflix.com/*",
"*://www.primevideo.com/*",
"*://www.svtplay.se/*",
"*://www.twitch.tv/*"
],
"all_frames": false,
"exclude_globs": [
"http://127.0.0.1/*",
"http://localhost/*",
"https://127.0.0.1/*",
"https://localhost/*"
],
"run_at": "document_idle",
"js": [
"content-scripts/dictionary-hover.js",
"content-scripts/page-colorizer.js"
]
},
{
"matches": [
"http://127.0.0.1/*",
"http://localhost/*",
"http://metheus.app/*",
"http://www.metheus.app/*",
"https://127.0.0.1/*",
"https://localhost/*",
"https://metheus.app/*",
"https://www.metheus.app/*"
],
"js": [
"content-scripts/metheus-bridge.js"
]
},
{
"matches": [
"*://*.archive.org/*",
"*://*.cijapanese.com/*",
"*://*.osnplus.com/*",
"*://*.twitch.tv/*",
"*://*.viki.com/*",
"*://*.youtube.com/*",
"*://archive.org/*",
"*://areena.yle.fi/*",
"*://cijapanese.com/*",
"*://osnplus.com/*",
"*://play.hbomax.com/*",
"*://play.max.com/*",
"*://tv.nrk.no/*",
"*://tver.jp/*",
"*://urplay.se/*",
"*://video.unext.jp/*",
"*://web.stremio.com/*",
"*://www.amazon.com/*",
"*://www.apps.disneyplus.com/*",
"*://www.b-ch.com/*",
"*://www.bilibili.tv/*",
"*://www.disneyplus.com/*",
"*://www.hulu.com/*",
"*://www.hulu.jp/*",
"*://www.iwanttfc.com/*",
"*://www.netflix.com/*",
"*://www.primevideo.com/*",
"*://www.svtplay.se/*",
"*://www.twitch.tv/*"
],
"all_frames": true,
"exclude_globs": [
"http://127.0.0.1/*",
"http://localhost/*",
"https://127.0.0.1/*",
"https://localhost/*"
],
"run_at": "document_start",
"js": [
"content-scripts/page.js"
]
},
{
"matches": [
"*://*.archive.org/*",
"*://*.cijapanese.com/*",
"*://*.osnplus.com/*",
"*://*.twitch.tv/*",
"*://*.viki.com/*",
"*://*.youtube.com/*",
"*://archive.org/*",
"*://areena.yle.fi/*",
"*://cijapanese.com/*",
"*://osnplus.com/*",
"*://play.hbomax.com/*",
"*://play.max.com/*",
"*://tv.nrk.no/*",
"*://tver.jp/*",
"*://urplay.se/*",
"*://video.unext.jp/*",
"*://web.stremio.com/*",
"*://www.amazon.com/*",
"*://www.apps.disneyplus.com/*",
"*://www.b-ch.com/*",
"*://www.bilibili.tv/*",
"*://www.disneyplus.com/*",
"*://www.hulu.com/*",
"*://www.hulu.jp/*",
"*://www.iwanttfc.com/*",
"*://www.netflix.com/*",
"*://www.primevideo.com/*",
"*://www.svtplay.se/*",
"*://www.twitch.tv/*"
],
"all_frames": true,
"exclude_globs": [
"http://127.0.0.1/*",
"http://localhost/*",
"https://127.0.0.1/*",
"https://localhost/*"
],
"run_at": "document_idle",
"css": [
"content-scripts/video.css"
],
"js": [
"content-scripts/video.js"
]
}
],
"browser_action": {
"default_title": "Metheus"
}
} Best metheus-app Alternatives
Here are some Firefox add-ons that are similar to metheus-app:
Lingopede
Ahmad Azeez
Synapse - Language Learning
Synapse
Fluent Tab
dBuidl Limited
Lenguia - Language Learning
Lenguia - Comprehensible Input Language Learning
Progressive Immersion
Aidan Welch
Memkey Flashcards
Memkey
Language Annotator
KL
MOSADiscovery
MosaLingua
Lexios
Nicolas
MindoXS
Mindoxs Admin
Lingualeo Language Translator
LinguaLeo
Timely Learning
Timely Learning