diff --git a/README.md b/README.md index d14113dc..1b2157da 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ If there is no score they are refreshed once per day. If the movie is newer than | Intro | ✅ brooklyn nine nine S1E4| ✅ lucifer S3E4| ✅ star wars andor S1E2 | ✅ [One piece](https://www.crunchyroll.com/series/GRMG8ZQZR/one-piece) | ✅ | | Recaps | ✅ Outer Banks S2E1| ✅ lucifer S3E3 | ✅ Criminal Minds S1E2| ? | ✅ | | Credits | ✅ | ✅ | ✅ | ❌(not necessary if outro is skipped) | ✅ | -| Ads | ✅ | ✅ [2 Broke Girls](https://www.amazon.de/gp/video/detail/B01D0H8CAY/ref=atv_hm_fre_c_zwoINQ_2_2?jic=36%7CCgtmcmVld2l0aGFkcxIMc3Vic2NyaXB0aW9u) | ✅ | ❌(Ublock can do it) | ? | +| Ads | ✅ | ✅ | ✅ | ❌(Ublock can do it) | ? | | Add Speed Slider | ✅ | ✅ | ✅ | ✅ | ✅ | | Play on Fullscreen | ✅ | ✅ | ✅ | ✅ | ✅ | | fullscreen on double click | ➖ | ✅ | ➖ | ✅ | ? | diff --git a/chrome/_locales/de/messages.json b/chrome/_locales/de/messages.json index 2a44b9e2..8602a41c 100644 --- a/chrome/_locales/de/messages.json +++ b/chrome/_locales/de/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Wenn Sie auf dem Tonsymbol nach oben oder unten scrollen, wird die Lautstärke geändert." + }, + "DisneyAdDescription": { + "message": "Zeit der übersprungenen Disney-Werbung." } } \ No newline at end of file diff --git a/chrome/_locales/en/messages.json b/chrome/_locales/en/messages.json index e6fab532..5988a64b 100644 --- a/chrome/_locales/en/messages.json +++ b/chrome/_locales/en/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Scrolling up or down on the Sound Icon will change the volume." + }, + "DisneyAdDescription": { + "message": "Time of skipped Disney Ads." } } \ No newline at end of file diff --git a/chrome/_locales/es/messages.json b/chrome/_locales/es/messages.json index 5c19f27d..bad8a957 100644 --- a/chrome/_locales/es/messages.json +++ b/chrome/_locales/es/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Si se desplaza hacia arriba o hacia abajo en el icono de sonido, cambiará el volumen." + }, + "DisneyAdDescription": { + "message": "Tiempo de anuncios Disney saltados." } } \ No newline at end of file diff --git a/chrome/_locales/fr/messages.json b/chrome/_locales/fr/messages.json index 773b9b74..4aca17de 100644 --- a/chrome/_locales/fr/messages.json +++ b/chrome/_locales/fr/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Le défilement vers le haut ou vers le bas de l'icône du son modifie le volume." + }, + "DisneyAdDescription": { + "message": "Durée des publicités Disney sautées." } } \ No newline at end of file diff --git a/chrome/_locales/it/messages.json b/chrome/_locales/it/messages.json index 4581d17a..5979cdb5 100644 --- a/chrome/_locales/it/messages.json +++ b/chrome/_locales/it/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Lo scorrimento verso l'alto o verso il basso dell'icona del suono modifica il volume." + }, + "DisneyAdDescription": { + "message": "Tempo di salto degli annunci Disney." } } \ No newline at end of file diff --git a/chrome/_locales/ja/messages.json b/chrome/_locales/ja/messages.json index 55d51a06..9417ee45 100644 --- a/chrome/_locales/ja/messages.json +++ b/chrome/_locales/ja/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "サウンドアイコンを上下にスクロールすると音量が変わります。" + }, + "DisneyAdDescription": { + "message": "ディズニーの広告をスキップした時間。" } } \ No newline at end of file diff --git a/chrome/_locales/ko/messages.json b/chrome/_locales/ko/messages.json index 549a4afe..616219c9 100644 --- a/chrome/_locales/ko/messages.json +++ b/chrome/_locales/ko/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "사운드 아이콘을 위아래로 스크롤하면 볼륨이 변경됩니다." + }, + "DisneyAdDescription": { + "message": "디즈니 광고를 건너뛴 시간." } } \ No newline at end of file diff --git a/chrome/_locales/pl/messages.json b/chrome/_locales/pl/messages.json index c99131b1..ef954491 100644 --- a/chrome/_locales/pl/messages.json +++ b/chrome/_locales/pl/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Przewijanie ikony dźwięku w górę lub w dół powoduje zmianę głośności." + }, + "DisneyAdDescription": { + "message": "Czas pominiętych reklam Disneya." } } \ No newline at end of file diff --git a/chrome/_locales/pt/messages.json b/chrome/_locales/pt/messages.json index d5daa0ae..81e932db 100644 --- a/chrome/_locales/pt/messages.json +++ b/chrome/_locales/pt/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Deslocar-se para cima ou para baixo no ícone de som altera o volume." + }, + "DisneyAdDescription": { + "message": "Tempo de saltar anúncios da Disney." } } \ No newline at end of file diff --git a/chrome/_locales/pt_BR/messages.json b/chrome/_locales/pt_BR/messages.json index ac180e45..78a575d1 100644 --- a/chrome/_locales/pt_BR/messages.json +++ b/chrome/_locales/pt_BR/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Deslocar-se para cima ou para baixo no ícone de som altera o volume." + }, + "DisneyAdDescription": { + "message": "Tempo de saltar anúncios da Disney." } } \ No newline at end of file diff --git a/chrome/_locales/sv/messages.json b/chrome/_locales/sv/messages.json index 5c6203c0..3a5a80e7 100644 --- a/chrome/_locales/sv/messages.json +++ b/chrome/_locales/sv/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Om du bläddrar upp eller ner på ljudikonen ändras volymen." + }, + "DisneyAdDescription": { + "message": "Tid för överhoppade Disney-annonser." } } \ No newline at end of file diff --git a/chrome/_locales/tr/messages.json b/chrome/_locales/tr/messages.json index 690b7b14..c63a453a 100644 --- a/chrome/_locales/tr/messages.json +++ b/chrome/_locales/tr/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "Ses Simgesi üzerinde yukarı veya aşağı kaydırma yapmak ses seviyesini değiştirecektir." + }, + "DisneyAdDescription": { + "message": "Disney reklamlarını atlama zamanı." } } \ No newline at end of file diff --git a/chrome/_locales/zh_CN/messages.json b/chrome/_locales/zh_CN/messages.json index 9ca05363..7df0b583 100644 --- a/chrome/_locales/zh_CN/messages.json +++ b/chrome/_locales/zh_CN/messages.json @@ -302,5 +302,8 @@ }, "scrollVolumeDescription": { "message": "上下滚动声音图标可改变音量。" + }, + "DisneyAdDescription": { + "message": "跳过迪斯尼广告的时间" } } \ No newline at end of file diff --git a/chrome/cr.js b/chrome/cr.js index 21236dd7..43ad19f9 100644 --- a/chrome/cr.js +++ b/chrome/cr.js @@ -36,7 +36,7 @@ const defaultSettings = { profile: true, showRating: true, }, - Disney: { skipIntro: true, skipCredits: true, watchCredits: false, speedSlider: true, showRating: true, selfAd: true }, + Disney: { skipIntro: true, skipCredits: true, watchCredits: false, skipAd: true, speedSlider: true, showRating: true, selfAd: true }, Crunchyroll: { skipIntro: true, speedSlider: true, @@ -48,7 +48,14 @@ const defaultSettings = { }, HBO: { skipIntro: true, skipCredits: true, watchCredits: false, speedSlider: true, showRating: true }, Video: { playOnFullScreen: true, epilepsy: false, userAgent: true, doubleClick: true, scrollVolume: true }, - Statistics: { AmazonAdTimeSkipped: 0, NetflixAdTimeSkipped: 0, IntroTimeSkipped: 0, RecapTimeSkipped: 0, SegmentsSkipped: 0 }, + Statistics: { + AmazonAdTimeSkipped: 0, + NetflixAdTimeSkipped: 0, + DisneyAdTimeSkipped: 0, + IntroTimeSkipped: 0, + RecapTimeSkipped: 0, + SegmentsSkipped: 0, + }, General: { Crunchyroll_profilePicture: null, profileName: null, diff --git a/chrome/popup/popup.html b/chrome/popup/popup.html index 0a5551c0..7649575d 100644 --- a/chrome/popup/popup.html +++ b/chrome/popup/popup.html @@ -38,8 +38,7 @@
rateNow
- + +StatisticAd;Disney
+0s
+StatisticIntro
0s
diff --git a/chrome/popup/settings.html b/chrome/popup/settings.html index 9e444b0e..da996880 100644 --- a/chrome/popup/settings.html +++ b/chrome/popup/settings.html @@ -36,8 +36,7 @@rateNow
- +NetflixAdDescription
StatisticAd;Disney
+0s
+DisneyAdDescription
+StatisticIntro
0s
@@ -726,6 +736,12 @@1.1.40