Torrent Finder Toolbar

Torrent Finder Toolbar

Torrent Finder Toolbar is a torrent search toolbar for Firefox, which enables users to search over 180 top torrent sites and trackers from their Firefox browser the same way they used to search using www.torrent-finder.com form.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "19.png",
    "default_title": "Torrent Finder",
    "default_popup": "search.html"
  },
  "description": "Search the popular Torrent-Finder.com website & Google from chrome with this auto-complete search and contextmenu enabled extension",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "name": "Torrent Finder",
  "permissions": [
    "contextMenus",
    "http://suggestqueries.google.com/*"
  ],
  "version": "1.0.0",
  "homepage_url": "https://torrent-finder.com/",
  "manifest_version": 2
}