Inspect and view changes in Argentina Champion 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",
"manifest_version": 3,
"name": "Argentina Champion",
"version": "0.1",
"description": "Seguimos celebrando el triunfo de Argentina en la Copa del Mundo, cambia el 2023 por tres estrellas y segundo por Francia",
"homepage_url": "https://github.com/Ivanknop/argentinaChampionWebExtension",
"icons": {
"48": "tres_estrellas.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
]
}