Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Search Result Keyword Highlight", "description": "Highlight the keywords that you searched in Google search result.", "version": "0.1.1", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.com.ar\/*", "https:\/\/www.google.com.au\/*", "https:\/\/www.google.at\/*", "https:\/\/www.google.be\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.ca\/*", "https:\/\/www.google.cl\/*", "https:\/\/www.google.cn\/*", "https:\/\/www.google.com.co\/*", "https:\/\/www.google.cz\/*", "https:\/\/www.google.dk\/*", "https:\/\/www.google.com.eg\/*", "https:\/\/www.google.fi\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.gr\/*", "https:\/\/www.google.com.hk\/*", "https:\/\/www.google.hu\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.co.id\/*", "https:\/\/www.google.ie\/*", "https:\/\/www.google.co.il\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.co.jp\/*", "https:\/\/www.google.co.kr\/*", "https:\/\/www.google.com.my\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.google.co.nz\/*", "https:\/\/www.google.no\/*", "https:\/\/www.google.com.ph\/*", "https:\/\/www.google.pl\/*", "https:\/\/www.google.pt\/*", "https:\/\/www.google.ru\/*", "https:\/\/www.google.com.sa\/*", "https:\/\/www.google.com.sg\/*", "https:\/\/www.google.co.za\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.se\/*", "https:\/\/www.google.ch\/*", "https:\/\/www.google.com.tw\/*", "https:\/\/www.google.co.th\/*", "https:\/\/www.google.com.tr\/*", "https:\/\/www.google.com.ua\/*", "https:\/\/www.google.ae\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.com\/*", "https:\/\/www.google.com.vn\/*" ], "css": [ "content.style.css" ] }, { "matches": [ "https:\/\/www.google.ae\/*", "https:\/\/www.google.at\/*", "https:\/\/www.google.be\/*", "https:\/\/www.google.ca\/*", "https:\/\/www.google.ch\/*", "https:\/\/www.google.cl\/*", "https:\/\/www.google.cn\/*", "https:\/\/www.google.co.id\/*", "https:\/\/www.google.co.il\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.co.jp\/*", "https:\/\/www.google.co.kr\/*", "https:\/\/www.google.co.nz\/*", "https:\/\/www.google.co.th\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.co.za\/*", "https:\/\/www.google.com.ar\/*", "https:\/\/www.google.com.au\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.com.co\/*", "https:\/\/www.google.com.eg\/*", "https:\/\/www.google.com.hk\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.com.my\/*", "https:\/\/www.google.com.ph\/*", "https:\/\/www.google.com.sa\/*", "https:\/\/www.google.com.sg\/*", "https:\/\/www.google.com.tr\/*", "https:\/\/www.google.com.tw\/*", "https:\/\/www.google.com.ua\/*", "https:\/\/www.google.com.vn\/*", "https:\/\/www.google.com\/*", "https:\/\/www.google.com\/*", "https:\/\/www.google.cz\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.dk\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.fi\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.gr\/*", "https:\/\/www.google.hu\/*", "https:\/\/www.google.ie\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.google.no\/*", "https:\/\/www.google.pl\/*", "https:\/\/www.google.pt\/*", "https:\/\/www.google.ru\/*", "https:\/\/www.google.se\/*" ], "js": [ "content-scripts\/content.js" ] } ] }