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": 2,
"name": "emovi scrobbler",
"version": "1.0.6",
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/uts-icon-16.png",
"128": "images\/uts-icon-128.png"
},
"background": {
"scripts": [
"js\/lib\/browser-polyfill.js",
"js\/background.js",
"js\/hot-reload.js"
],
"persistent": true
},
"content_scripts": [
{
"js": [
"js\/lib\/browser-polyfill.js",
"js\/trakt.js"
],
"matches": [
"*:\/\/*.trakt.tv\/apps*"
],
"run_at": "document_start"
},
{
"js": [
"js\/lib\/browser-polyfill.js",
"js\/amazon-prime.js"
],
"matches": [
"*:\/\/*.primevideo.com\/*"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle"
},
{
"js": [
"js\/lib\/browser-polyfill.js",
"js\/hbo-go.js"
],
"matches": [
"*:\/\/*.hbogola.com\/*",
"*:\/\/*.hbogo.com.br\/*"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle"
},
{
"js": [
"js\/lib\/browser-polyfill.js",
"js\/netflix.js"
],
"matches": [
"*:\/\/*.netflix.com\/*"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle"
},
{
"js": [
"js\/lib\/browser-polyfill.js",
"js\/kinopoisk.js"
],
"matches": [
"*:\/\/*.kinopoisk.ru\/*"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle"
},
{
"js": [
"js\/lib\/browser-polyfill.js",
"js\/unofficial.js"
],
"matches": [
"*:\/\/yummyanime.club\/*",
"*:\/\/kodik.info\/*",
"*:\/\/*.sibnet.ru\/*"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle"
}
],
"default_locale": "en",
"optional_permissions": [
"cookies",
"notifications",
"*:\/\/api.rollbar.com\/*",
"*:\/\/script.google.com\/*",
"*:\/\/script.googleusercontent.com\/*",
"*:\/\/*.kinopoisk.ru\/*",
"*:\/\/*.primevideo.com\/*",
"*:\/\/*.hbogola.com\/*",
"*:\/\/*.hbogo.com.br\/*",
"*:\/\/*.netflix.com\/*",
"*:\/\/*.nrk.no\/*",
"*:\/\/*.viaplay.com\/*",
"*:\/\/*.viaplay.no\/*",
"*:\/\/*.viaplay.se\/*",
"*:\/\/*.viaplay.dk\/*",
"*:\/\/*.viaplay.fi\/*",
"*:\/\/*.teliaplay.se\/*",
"*:\/\/*.telia.net\/*",
"*:\/\/*.telia.se\/*",
"*:\/\/*.kinopoisk.ru\/*",
"*:\/\/yummyanime.club\/*",
"*:\/\/kodik.info\/*",
"*:\/\/*.sibnet.ru\/*"
],
"browser_action": {
"default_icon": {
"19": "images\/uts-icon-19.png",
"38": "images\/uts-icon-38.png"
},
"default_popup": "html\/popup.html",
"default_title": "emovi scrobbler"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"identity",
"storage",
"unlimitedStorage",
"*:\/\/*.trakt.tv\/*",
"https:\/\/web.emovi.app\/",
"https:\/\/api.emovi.app\/",
"cookies",
"*:\/\/api2.amplitude.com\/*",
"notifications"
],
"web_accessible_resources": [
"images\/uts-icon-38.png",
"images\/uts-icon-selected-38.png",
"images\/svg\/*.svg"
]
}