feat: add Luban SMS provider

This commit is contained in:
chick
2026-05-31 19:13:45 +08:00
parent 2b127d070b
commit 09ccc76e71
5 changed files with 239 additions and 90 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{
"manifest_version": 3,
"name": "SMSBower Phone Fill Tool",
"version": "1.4.0",
"description": "Fetch one SMSBower phone number, fill it into the current page input, copy it, and cancel the previous activation on replacement.",
"version": "1.5.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/*"],
"host_permissions": ["https://smsbower.app/*", "https://smsbower.page/*", "https://smsbower.online/*", "https://lubansms.com/*"],
"background": { "service_worker": "background.js" },
"action": { "default_title": "SMSBower 悬浮填号" }
}