Twitter Mastodon Linkifier Firefox

Examine source code of Twitter Mastodon Linkifier

By: shuuji3
Inspect and view changes in Twitter Mastodon Linkifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitter Mastodon Linkifier",
  "version": "1.1.0",
  "description": "Twitter Mastodon Linkifier makes Mastodon usernames (like `@username@mastodon.social`) into clickable links on twitter.com.",
  "icons": {
    "16": "./assets/16.png",
    "32": "./assets/32.png",
    "48": "./assets/48.png",
    "256": "./assets/256.png",
    "512": "./assets/512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "./assets/32.png",
    "default_title": "twitter-mastodon-linkifier",
    "default_popup": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{12c13d75-ac9a-44b8-9f3d-0bb7400a13fd}"
    }
  }
}

Best Twitter Mastodon Linkifier Alternatives

Here are some Firefox add-ons that are similar to Twitter Mastodon Linkifier: