Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IMDB Search",
"description": "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!",
"version": "3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"omnibox": {
"keyword": "imdb"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png"
},
"host_permissions": [
"*:\/\/*.imdb.com\/*",
"*:\/\/*.media-imdb.com\/*"
],
"minimum_chrome_version": "88"
}