Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

102
Vistas
I want to restrict the page reloading in a case where i am using the extension

I want to restrict the page reloading in a case where i am using the extension. I have tried passing the params as cancel true but it blocks the sub_frame.

chrome.webRequest.onBeforeRequest.addListener(
    function(details) { 
        var pattern = /^((http|https):\/\/)/;
        
        if(pattern.test(details.url)) {
            const url = `${CHROME_EXTENSION_URL}?url=${details.url}`;
            console.log(url)
            chrome.tabs.update(details.tabId, {url: url});
            return { cancel: true };
            // console.log(url)
        }
    },
    {urls: ["*://www.google.com/*"], types: ["main_frame"]},
    ["blocking"]
); 

I have added the below screenshot for the example, actually i want the below extension to restrict the reloading or redirect to the page if the url changes, i am adding the url in the params.

https://i.stack.imgur.com/oXhXH.jpg

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda