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",
"name": "Language Learning with Spotify\u2122",
"description": "Learn languages with music on Spotify",
"version": "1.25.03.12",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"http:\/\/open.spotify.com\/*",
"https:\/\/open.spotify.com\/*"
],
"css": [
"spotify\/styles.css"
],
"js": [
"spotify\/contentscript.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"https:\/\/funfluen.com\/payment-gateway\/auth*",
"http:\/\/funfluen.com\/payment-gateway\/auth*"
],
"js": [
"appforlanguage\/contentscript.js"
]
},
{
"matches": [
"https:\/\/appforlanguage.com\/loading\/",
"https:\/\/appforlanguage.com\/loading",
"http:\/\/www.appforlanguage.com\/loading"
],
"js": [
"payment\/contentscript.js"
]
},
{
"matches": [
"https:\/\/appforlanguage.com\/payment-gateway\/success*",
"http:\/\/appforlanguage.com\/payment-gateway\/success*"
],
"js": [
"paymentpage\/contentscript.js"
]
},
{
"matches": [
"https:\/\/appforlanguage.com\/cancel",
"https:\/\/appforlanguage.com\/cancel\/",
"http:\/\/www.appforlanguage.com\/cancel"
],
"js": [
"cancelpage\/contentscript.js"
]
},
{
"matches": [
"https:\/\/appforlanguage.com\/cancelStripePage",
"https:\/\/appforlanguage.com\/cancelStripePage\/",
"http:\/\/www.appforlanguage.com\/cancelStripePage"
],
"js": [
"cancelStripePage\/contentscript.js"
]
},
{
"matches": [
"https:\/\/appforlanguage.com\/payment-gateway\/netflix",
"https:\/\/appforlanguage.com\/payment-gateway\/netflix\/",
"http:\/\/www.appforlanguage.com\/payment-gateway\/netflix"
],
"js": [
"packages\/contentscript.js"
]
}
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "Language Learning with Spotify",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/appforlanguage.com\/*",
"https:\/\/clients5.google.com\/*",
"*:\/\/spotify.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"*.*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}