Google Voice Paginated Texts

Google Voice Paginated Texts

Adds load last 5 link to texts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "app.js"
      ],
      "css": [
        "app.css"
      ],
      "matches": [
        "https://www.google.com/voice*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Adds load last 5 link to texts.",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwPTgkQB1BT8RV6igFs7gP9Jzd7AIP7a+yyPrp/5AFRqUadKC0ZqxJHPDKP9Tn+jI09U2s9yCd1G77BSojV/NnM83JQt/V0LzAo25FZ8t3Nh9lHCXidNUSQoyeTI//1VjepDbCrx3yitSSipAZaxOpNQQSWKlMECd333dNTsNFSQIDAQAB",
  "manifest_version": 2,
  "name": "Google Voice Paginated Texts",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7"
}