Texting.Biz
Click to Text through Texting.Biz
什么是Texting.Biz?
Texting.Biz是由djones开发的Chrome扩展程序,该扩展的主要功能是“Click to Text through Texting.Biz”。
扩展截图
下载Texting.Biz扩展crx文件
下载Texting.Biz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for quick texting without needing to log into the website.
Texting.Biz subscription is required 扩展基本信息
| 名称 | |
| ID | cpndllnhddfahbhaokdcijopipabaedf |
| 官方URL | https://chromewebstore.google.com/detail/textingbiz/cpndllnhddfahbhaokdcijopipabaedf |
| 简介 | Click to Text through Texting.Biz |
| 文件大小 | 12.38 MB |
| 安装次数 | 167 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2023-01-10 |
| 上架时间 | 2022-08-18 |
| 开发者 | djones |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://texting.biz |
| 隐私政策页面URL | https://texting.biz/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Texting.Biz",
"description": "Click to Text through Texting.Biz",
"version": "1.1.2",
"action": {
"default_icon": {
"16": "\/images\/Logo16.png",
"48": "\/images\/Logo48.png",
"128": "\/images\/Logo128.png"
},
"default_title": "Open Texting.Biz Extension",
"default_popup": "popup.html"
},
"icons": {
"16": "\/images\/Logo16.png",
"48": "\/images\/Logo48.png",
"128": "\/images\/Logo128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |