You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

76 lines
1.9 KiB

{
"pages": [
{
"host": "www\\.netflix\\.com",
"script": "netflix-page.js",
"path": "watch",
"autoSync": {
"enabled": true
}
},
{
"host": "www\\.youtube\\.com",
"script": "youtube-page.js",
"path": "watch",
"autoSync": {
"enabled": true
}
},
{
"host": "tver\\.jp",
"script": "tver-page.js",
"path": "episodes",
"autoSync": {
"enabled": true
}
},
{
"host": "www\\.b-ch\\.com",
"script": "bandai-channel-page.js",
"path": "titles",
"autoSync": {
"enabled": true
}
},
{
"host": "www\\.amazon\\..+",
"script": "amazon-prime-page.js",
"path": ".*",
"autoSync": {
"enabled": true,
"videoSrc": "^blob:.+"
},
"ignore": {
"class": "tst-video-overlay-player-html5",
"style": {
"display": "none"
}
}
},
{
"host": "www\\.hulu\\..+",
"script": "hulu-page.js",
"path": "watch",
"autoSync": {
"enabled": true,
"elementId": "content-video-player"
}
},
{
"host": "www\\.disneyplus\\..+",
"script": "disney-plus-page.js",
"path": "video",
"autoSync": {
"enabled": true
}
},
{
"host": "video.unext.jp",
"script": "unext-page.js",
"path": "play",
"autoSync": {
"enabled": false
}
}
]
}