FlyerTalk external link disclaimer

FlyerTalk external link disclaimer

Single-click option to add appropriate disclaimer text to FlyerTalk posts per the rules published in April 2014.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "include_globs": [
        "https://www.flyertalk.com/forum/newreply.php?*",
        "https://flyertalk.com/forum/newreply.php?*",
        "http://www.flyertalk.com/forum/newreply.php?*",
        "http://flyertalk.com/forum/newreply.php?*"
      ],
      "js": [
        "FTDisclaimer.user.js"
      ],
      "matches": [
        "*://www.flyertalk.com/forum/newreply.php?*",
        "*://flyertalk.com/forum/newreply.php?*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "Single-click option to add appropriate disclaimer text to FlyerTalk posts per the rules published in April 2014.",
  "name": "FlyerTalk external link disclaimer",
  "version": "0.2.3",
  "homepage_url": "http://wandr.me/",
  "short_name": "FlyerTalk Disclaimer",
  "web_accessible_resources": [
    "FTDisclaimer.user.js"
  ],
  "icons": {
    "16": "icon16.jpg",
    "48": "icon48.jpg",
    "128": "icon128.jpg"
  }
}