TinyURL Firefox

Examine source code of TinyURL

Inspect and view changes in TinyURL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TinyURL",
  "short_name": "TinyURL",
  "version": "2026.7.27",
  "author": "Robert A Moreno II",
  "description": "A one-click tool to generate a tiny URL (https://tinyurl.com or https://is.gd) from your current URL and automatically copy it to the clipboard.",
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "https://tinyurl.com/*",
    "https://api.tinyurl.com/*",
    "https://is.gd/*"
  ],
  "icons": {
    "16": "images/tinyurl_16.png",
    "32": "images/tinyurl_32.png",
    "48": "images/tinyurl_48.png",
    "64": "images/tinyurl_64.png",
    "128": "images/tinyurl_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Create a TinyURL"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c6d7e675-b8a1-4e3f-9a5c-28a11166b834}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best TinyURL Alternatives

Here are some Firefox add-ons that are similar to TinyURL: