Quickly search for highlighted text on Torrentz site via right-click
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"scripts": [
"core.js"
]
},
"description": "Quickly search for highlighted text on Torrentz site via right-click",
"icons": {
"16": "tz-icon.png",
"48": "tz-icon-big.png"
},
"manifest_version": 2,
"name": "Right-Click Search Torrentz site",
"permissions": [
"contextMenus",
"tabs",
"http://*/*",
"https://*/*"
],
"author": "Ran Mor",
"short_name": "Torrentz 4 Chrome",
"version": "0.0.1"
}