Bulk Texter Lite

Bulk Texter Lite

Send customized bulk text messages for free, using Google Voice. This software is not affiliated with Google or Google Voice. This is the same software as "Google Voice Bulk Texter". It has been renamed to avoid confusion.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bulk Texter Lite",
  "short_name": "Bulk Texter",
  "description": "Send personalized bulk SMS text messages via Google Voice. This software is not affiliated with Google or Google Voice.",
  "version": "3.1.1",
  "browser_action": {
    "default_title": "Bulk Texter Lite",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://voice.google.com/*"
      ],
      "js": [
        "lib/tools.js",
        "contentScripts/googleVoiceManager.js",
        "contentScripts/main.js"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{db5a1902-b6e9-43b1-8649-9043ec56b1b7}"
    }
  }
}