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 Trends Everywhere",
"version": "2.5.4",
"description": "Compare search trends with your keywords right next to Google search results, and quickly open Google Trends via right-click menu",
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"storage"
],
"host_permissions": [
"https:\/\/www.google.com\/*",
"https:\/\/www.google.com.hk\/*",
"https:\/\/www.google.co.jp\/*",
"https:\/\/www.google.co.kr\/*",
"https:\/\/www.google.co.uk\/*",
"https:\/\/www.google.fr\/*",
"https:\/\/www.google.de\/*",
"https:\/\/www.google.es\/*",
"https:\/\/www.google.it\/*",
"https:\/\/www.google.com.sg\/*",
"https:\/\/www.google.com.tw\/*",
"https:\/\/www.google.com.au\/*",
"https:\/\/www.google.co.in\/*",
"https:\/\/www.google.ca\/*",
"https:\/\/www.google.com.br\/*",
"https:\/\/trends.google.com\/*",
"https:\/\/*.workers.dev\/*",
"https:\/\/rdap.verisign.com\/*",
"https:\/\/rdap.pir.org\/*",
"https:\/\/pointsdb-bulk-whois-v1.p.rapidapi.com\/*",
"https:\/\/domains-api.p.rapidapi.com\/*",
"https:\/\/data.similarweb.com\/*",
"https:\/\/www.similarweb.com\/*",
"https:\/\/translate.googleapis.com\/*",
"https:\/\/api.mymemory.translated.net\/*",
"https:\/\/libretranslate.de\/*",
"https:\/\/lingva.ml\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons\/icon48.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/search*",
"https:\/\/www.google.com.hk\/search*",
"https:\/\/www.google.co.jp\/search*",
"https:\/\/www.google.co.kr\/search*",
"https:\/\/www.google.co.uk\/search*",
"https:\/\/www.google.fr\/search*",
"https:\/\/www.google.de\/search*",
"https:\/\/www.google.es\/search*",
"https:\/\/www.google.it\/search*",
"https:\/\/www.google.com.sg\/search*",
"https:\/\/www.google.com.tw\/search*",
"https:\/\/www.google.com.au\/search*",
"https:\/\/www.google.co.in\/search*",
"https:\/\/www.google.ca\/search*",
"https:\/\/www.google.com.br\/search*"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icons\/icon48.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"lib\/chart.min.js"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
]
}