This commit is contained in:
2025-11-19 13:14:41 -05:00
parent 59623898b1
commit f04f355270
4 changed files with 449 additions and 106 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "SMCC",
"version": "2.0",
"version": "2.2",
"default_locale": "es",
"description": "Automatización SMCC",
"permissions": ["tabs", "storage", "history"],
@@ -12,7 +12,7 @@
"content_scripts": [
{
"matches": ["https://claro-co.ysocial.net/*", "http://claro-co.ysocial.net/*"],
"js": ["content.js"]
"js": ["content2.js"]
}
],
"action": {