Laconic Hover for TV Tropes

Laconic Hover for TV Tropes

Shows Laconic text when hovering on a TV Tropes link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    }
  },
  "version": "1.7.1",
  "author": "Spooky User",
  "name": "Laconic Hover for TV Tropes",
  "description": "Did you know that most tropes have thoughtfully written summaries? This extension lets you read them without leaving the page.",
  "permissions": [
    "storage",
    "*://tvtropes.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://tvtropes.org/*"
      ],
      "js": [
        "content.166f1fa0.js"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "css": [
        "content.177b0e91.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c7a8881a-5be2-4f11-871b-9d5ea43c692c}",
      "strict_min_version": "61.0"
    }
  }
}