Inspect and view changes in EMOL Versión Oscura - Chile source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Transforma a Emol en un portal tono oscuro. Disfruta del portal de noticias #1 en Chile en tono oscuro.",
"manifest_version": 2,
"name": "EMOL Versión Oscura - Chile",
"version": "2.0",
"short_name": "EMOL Black Version",
"icons": {
"128": "e.png"
},
"content_scripts": [
{
"matches": [
"*://www.emol.com/*",
"*://tv.emol.com/*"
],
"css": [
"estilos.css"
]
}
]
}