ype html>
Série Criminal : en streaming complet VOSTFR | SerieFlix
Films
Par année:
2021
2020
2019
2018
2017
2016
2015
2014
2013
Par genre:
Action
Animation
Aventure
Biopic
Comédie
Drame
Documentaire
Epouvante-horreur
Espionnage
Famille
Fantastique
Guerre
Historique
Policier
Romance
Science fiction
Thriller
Western
Series
Par année:
2021
2020
2019
2018
2017
2016
2015
2014
2013
Par genre:
Action
Animation
Aventure
Biopic
Comédie
Documentaire
Drame
Famille
Fantastique
Guerre
Historique
Horreur
Judiciaire
Musical
Policier
Romance
Science fiction
Thriller
Western
Séries VF
Séries VOSTFR
Drame » Criminal :
Criminal : en Streaming Gratuit
Les tensions éclatent dans le huis clos d'une salle d'interrogatoire et le voile se lève sur diverses affaires.La série s'articule sur douze épisodes divisés et situés dans quatre pays distincts : Criminal : Espagne, Criminal : Grande-Bretagne, Criminal : et Criminal : Allemagne.
Origine: , Espagne, Grande-Bretagne, Allemagne
Date de sortie: 2019
Genre: 2019
Acteurs: David Tennant, Hayley Atwell, Jérémie Renier
Réalisé par: George Kay, Jim Field Smith
Format: 45min
HDTV
2,8
Regarder Criminal : (2019) Streaming VF et VOSTFR Complètement
Télécharger
Sélectionner une saison
Télécharger
Tous les épisodes
Criminal : saison 1
épisode 3
épisode 2
épisode 1
Commentaires
var text_ = " files and images";
Entrez le code de l'image:
Ajouter un commentaire
Voir Aussi
BDRIP
Criminal Activities
Séries
Criminal : Allemagne
Séries
Criminal : Espagne
Séries
Criminal : Royaume-Uni
Séries
Criminal Minds: Suspect Behavior
Séries
Criminal Justice
Meilleurs Site Streaming 2024
<!--
var dle_root = '/';
var dle_ = '';
var dle__hash = 'c8e5f31580265bc932e14c0ea996c27e0102fee9';
var dle_group = 5;
var dle_skin = 'serieflix';
var dle_wysiwyg = '1';
var quick_wysiwyg = '1';
var dle_act_lang = ["Yes", "No", "Enter", "Cancel", "Save", "Delete", "Loading. Please, wait..."];
var menu_short = 'Quick edit';
var menu_full = 'Full edit';
var menu_profile = 'View profile';
var menu_send = 'Send message';
var menu_uedit = ' Center';
var dle_info = 'Information';
var dle_confirm = 'Confirm';
var dle_prompt = 'Enter the information';
var dle_req_field = 'Please fill in all the required fields';
var dle_del_agree = 'Are you sure you want to delete it? This action cannot be undone';
var dle_spam_agree = 'Are you sure you want to mark the as a spammer? This will remove all his comments';
var dle_complaint = 'Enter the text of your complaint to the istration:';
var dle_big_text = 'Highlighted section of text is too large.';
var dle_orfo_title = 'Enter a comment to the detected error on the page for istration ';
var dle_p_send = 'Send';
var dle_p_send_ok = 'Notification has been sent successfully ';
var dle_save_ok = 'Changes are saved successfully. Refresh the page?';
var dle_reply_title= 'Reply to the comment';
var dle_tree_comm = '0';
var dle_del_news = 'Delete article';
var dle_sub_agree = 'Do you really want to subscribe to this article’s comments?';
var allow_dle_delete_news = false;
var dle_search_delay = false;
var dle_search_value = '';
jQuery(function($){
$('#comments').froalaEditor({
dle_root: dle_root,
dle__area : "comments",
dle__ : "",
dle__news : "0",
width: '100%',
height: '220',
language: 'en',
htmlAllowedTags: ['div', 'span', 'p', 'br', 'strong', 'em', 'ul', 'li', 'ol', 'b', 'u', 'i', 's', 'a', 'img'],
htmlAllowedAttrs: ['class', 'href', 'alt', 'src', 'style', 'target'],
pastePlain: true,
imagePaste: false,
image: false,
videoInsertButtons: ['videoBack', '|', 'videoByURL'],
toolbarButtonsXS: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', 'insertLink', 'dleleech', 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler'],
toolbarButtonsSM: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', 'insertLink', 'dleleech', 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler'],
toolbarButtonsMD: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', 'insertLink', 'dleleech', 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler'],
toolbarButtons: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', 'insertLink', 'dleleech', 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler']
}).on('froalaEditor.image.inserted froalaEditor.image.replaced', function (e, editor, $img, response) {
if( response ) {
response = JSON.parse(response);
$img.removeAttr("data-returnbox").removeAttr("data-success").removeAttr("data-xfvalue").removeAttr("data-flink");
if(response.flink) {
if($img.parent().hasClass("highslide")) {
$img.parent().attr('href', response.flink);
} else {
$img.wrap( '<a href="'+response.flink+'" class="highslide">' );
}
}
}
});
$('#dle-comments-form').submit(function() {
doAddComments();
return false;
});
FastSearch();
});
//-->
function xfield_ajax_load(id, name, hash, callback) {
let form = new FormData();
form.append('mod', 'xfield_ajax');
form.append('id', id);
form.append('name', name);
form.append('hash', hash);
fetch('/engine/ajax/controller.php', {
method: 'POST',
body: form
}).then((response) => {
return response.text();
}).then(data => {
callback({
success: data ? true : false,
response: data
});
}).catch(err => {
callback({
success: false,
response: err
});
});
}
function getxfield(id, xfield, hash) {
$('#videoIframe').load("/engine/ajax/getxfield.php?id=" + (id) + "&xfield=" + (xfield) + "&token=" + (hash));
}
if($('.pl-1').length > 0)
{
Array.prototype.forEach.call($('.pl-1'), function(a,b){
$(a).html('Lien '+ (b+1) + " :");
});
}
$(document).ready(function () {
$("#playerOverClose").click(function () {
$("#playerOver").fadeOut();
});
});
$("#click_me").click(function (){
document.querySelector("ul.player-list > li > div").click();
});
$('.select').change(function(){
window.location.href = $('.select').val();
});
$('.selects').change(function(){
window.location.href = $('.selects').val();
});
$('.to-mob').each(function() {
$(this).insertAfter('.side .menu-js');
});
$("#click_me").click(function (){
document.querySelector("ul.player-list > li > div").click();
});
let aaScript = document.createElement("script");
aaScript.type = "text/javascript";
aaScript.src = "https://cvt-s2.agl003.com/o?" +
new URLSearchParams({
vst: encodeURIComponent(_jMvMDFkMGVmODgtNjU2YSWWOGY4LTlmOTgtNzQ2MjI5MzY2ZDU3),
host: 'serieflix.biz',
lang: 'fr',
container: '.player-iframe'
})
document.body.appendChild(aaScript);
(function (d, w, c) {(w[c] = w[c] || []).push(function() {try {w.yaCounter87458820 = new Ya.Metrika2({id:87458820,clickmap:true,trackLinks:true,accurateTrackBounce:true});} catch(e) { }});var n = d.getElementsByTagName("script")[0],s = d.createElement("script"),f = function () { n.parentNode.insertBefore(s, n); };s.type = "text/javascript";s.async = true;s.src = "https://mc.yandex.ru/metrika/tag.js";if (w.opera == "[object Opera]") {d.addEventListener("DOMContentLoaded", f, false);} else { f(); }})(document, window, "yandex_metrika_callbacks2"); !function e(t){for(var n=t+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(n))return i.substring(n.length,i.length)}return null}("prefix_views_counter")&function e(t){var n,r;if(!t||(window.XMLHttpRequest&(n=new window.XMLHttpRequest),!n))return!1;r="action="+encodeURIComponent(t);try{n.open("POST","/user.php",!0),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.onload=function(){200===n.status&function e(t,n,r){if(r){var o=new Date;o.setTime(o.getTime()+864e5*r);var i="; expires="+o.toGMTString()}else var i="";document.cookie=t+"=1"+i+"; path=/"}("prefix_views_counter",1,1)},n.send(r)}catch(o){}return!0}('08b291a287e75d65377e6d715497711d'); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(90922557, "init", {clickmap:true,trackLinks:true,accurateTrackBounce:true });
var _0x5d25e7=_0x4256;(function(_0x997c4a,_0x1af407){var _0x243c08=_0x4256,_0x2c4276=_0x997c4a();while(!![]){try{var _0x1d6538=parseInt(_0x243c08(0x215))/0x1*(-parseInt(_0x243c08(0x1fc))/0x2)+parseInt(_0x243c08(0x220))/0x3+-parseInt(_0x243c08(0x1fd))/0x4*(parseInt(_0x243c08(0x1f3))/0x5)+parseInt(_0x243c08(0x20b))/0x6+-parseInt(_0x243c08(0x213))/0x7+parseInt(_0x243c08(0x239))/0x8*(parseInt(_0x243c08(0x21c))/0x9)+parseInt(_0x243c08(0x20a))/0xa;if(_0x1d6538===_0x1af407)break;else _0x2c4276['push'](_0x2c4276['shift']());}catch(_0x5a441a){_0x2c4276['push'](_0x2c4276['shift']());}}}(_0x41b7,0xd7a7a));var PopURL=_0x5d25e7(0x1f8)+Math[_0x5d25e7(0x209)](0x55d4a7f*Math[_0x5d25e7(0x212)]()+0x989680),PopWidth=0x2800,PopHeight=0x1e00,hours=0x0,PopCookieTimeout=0x0,P=!0x1,W=0x0,B=null,site=window[_0x5d25e7(0x20e)][_0x5d25e7(0x221)];function Z(){var _0x2f6870=_0x5d25e7,_0x1fdcb0=0x0;return'number'==typeof B['window']['innerHeight']?_0x1fdcb0=B['window']['innerHeight']:B['document']['documentElement']&B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]?_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]:B[_0x2f6870(0x23d)][_0x2f6870(0x22f)]&&B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]&&(_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]),_0x1fdcb0;}function _0x4256(_0x3a9d75,_0x4bbfe6){var _0x4669d7=_0x41b7();return _0x4256=function(_0x319344,_0x48a062){_0x319344=_0x319344-0x1f1;var _0x30cb60=_0x4669d7[_0x319344];return _0x30cb60;},_0x4256(_0x3a9d75,_0x4bbfe6);}function U(){var _0x242a80=_0x5d25e7,_0x35abcc=0x0;return _0x242a80(0x203)==typeof B['window'][_0x242a80(0x229)]?_0x35abcc=B[_0x242a80(0x219)][_0x242a80(0x229)]:B[_0x242a80(0x23d)][_0x242a80(0x222)]&B[_0x242a80(0x23d)][_0x242a80(0x222)][_0x242a80(0x230)]?_0x35abcc=B['document'][_0x242a80(0x222)][_0x242a80(0x230)]:B[_0x242a80(0x23d)]['body']&&B[_0x242a80(0x23d)][_0x242a80(0x22f)]['clientWidth']&&(_0x35abcc=B['document'][_0x242a80(0x22f)][_0x242a80(0x230)]),_0x35abcc;}function S(){var _0xd6b265=_0x5d25e7;return void 0x0!==B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]?B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]:B[_0xd6b265(0x219)][_0xd6b265(0x23b)];}function c(){var _0x1f5998=_0x5d25e7;return void 0x0!==B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]?B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]:B[_0x1f5998(0x219)]['screenX'];}function j(_0x5037fd){var _0x119a12=_0x5d25e7,_0x2123cb=PopURL,_0x2eedd5=_0x119a12(0x208)+Math[_0x119a12(0x209)](0x55d4a7f*Math[_0x119a12(0x212)]()+0x989680),_0x521ea4=0x0,_0x3d087d=0x0,_0x521ea4=c()+U()/0x2-PopWidth/0x2,_0x3d087d=S()+Z()/0x2-PopHeight/0x2;if(!0x0===P)return!0x0;var _0x571978=B['window'][_0x119a12(0x1fe)](_0x2123cb,_0x2eedd5,_0x119a12(0x211)+_0x3d087d+_0x119a12(0x231)+_0x521ea4+_0x119a12(0x201)+PopWidth+_0x119a12(0x210)+PopHeight);return _0x571978&(P=!0x0,0x0===W&&(_0x571978[_0x119a12(0x200)](),-0x1