feat: add smsbower phone fill tool with rotation

This commit is contained in:
chick
2026-05-31 16:05:42 +08:00
commit a9c7cf4ae1
8 changed files with 1120 additions and 0 deletions
+10
View File
@@ -0,0 +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.",
"permissions": ["activeTab", "scripting", "storage", "clipboardWrite"],
"host_permissions": ["https://smsbower.app/*", "https://smsbower.page/*", "https://smsbower.online/*"],
"background": { "service_worker": "background.js" },
"action": { "default_title": "SMSBower 悬浮填号" }
}