Files
smsbower-phone-fill-tool/manifest.json
T
2026-05-31 19:37:56 +08:00

11 lines
586 B
JSON

{
"manifest_version": 3,
"name": "SMSBower Phone Fill Tool",
"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/*", "https://5sim.net/*"],
"background": { "service_worker": "background.js" },
"action": { "default_title": "SMSBower 悬浮填号" }
}