feat: add 5SIM provider

This commit is contained in:
chick
2026-05-31 19:37:56 +08:00
parent 09ccc76e71
commit ccd392326d
5 changed files with 265 additions and 49 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"manifest_version": 3,
"name": "SMSBower Phone Fill Tool",
"version": "1.5.0",
"version": "1.6.0",
"description": "Fetch SMSBower or Luban SMS phone numbers, fill them into the current page, copy, auto-submit, rotate rejected numbers, and fetch codes.",
"permissions": ["activeTab", "scripting", "storage", "clipboardWrite"],
"host_permissions": ["https://smsbower.app/*", "https://smsbower.page/*", "https://smsbower.online/*", "https://lubansms.com/*"],
"host_permissions": ["https://smsbower.app/*", "https://smsbower.page/*", "https://smsbower.online/*", "https://lubansms.com/*", "https://5sim.net/*"],
"background": { "service_worker": "background.js" },
"action": { "default_title": "SMSBower 悬浮填号" }
}