Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

308
Views
Chrome Extension no funciona con MV3, obteniendo "Valor CSP inseguro" 'unsafe-eval'" en la directiva 'script-src'".

Estoy tratando de hacer una extensión de Chrome simple que reemplace todas las imágenes con otra ( img.jpg ).

Carpeta principal

  • clrimgs.js
  • img.jpg
  • manifiesto.json
  • ventana.html

window.html :

 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ClrImgs</title> <script type="text/javascript" src="clrimgs.js"></script> </head> <body> <button onclick="clrimgs()"></button> </body> </html>

clrimgs.js :

 function clrimgs(){ images = document.getElementsByTagName("img") for(image in images){ image.src = "img.jpg"; } }

manifest.json :

 { "manifest_version": 3, "name": "Name", "description": "Description", "version": "1.0", "minimum_chrome_version": "46", "content_security_policy": { "extension_pages": "script-src 'self' 'unsafe-eval'; object-src 'self'", "sandbox": "..." }, "action": { "default_icon": "img.jpg", "default_popup": "window.html" } }

Cuando intento recargar la extensión, aparece este error:

'content_security_policy.extension_pages': valor de CSP no seguro "'unsafe-eval'" en la directiva 'script-src'. No se pudo cargar el manifiesto.

¿Hay alguna forma de usar MV3 y seguir usando dicho código? Si es así, ¿qué estoy haciendo mal? He intentado hacer muchas cosas, pero sigo recibiendo un error u otro.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!