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 Location Changer With 100 Result Each Page",
"description": "Change Google search results based on location and also custom number of search results",
"version": "1.0",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*",
"https:\/\/www.google.co.in\/*",
"https:\/\/www.google.co.uk\/*",
"https:\/\/www.google.com.au\/*",
"https:\/\/www.google.ca\/*",
"https:\/\/www.google.co.jp\/*",
"https:\/\/www.google.de\/*",
"https:\/\/www.google.fr\/*",
"https:\/\/www.google.ru\/*",
"https:\/\/www.google.com.br\/*",
"https:\/\/www.google.it\/*",
"https:\/\/www.google.es\/*",
"https:\/\/www.google.com.mx\/*",
"https:\/\/www.google.com.ar\/*",
"https:\/\/www.google.cl\/*",
"https:\/\/www.google.com.co\/*",
"https:\/\/www.google.com.pe\/*",
"https:\/\/www.google.com.ec\/*",
"https:\/\/www.google.pt\/*",
"https:\/\/www.google.nl\/*",
"https:\/\/www.google.be\/*",
"https:\/\/www.google.ch\/*",
"https:\/\/www.google.at\/*",
"https:\/\/www.google.se\/*",
"https:\/\/www.google.dk\/*",
"https:\/\/www.google.no\/*",
"https:\/\/www.google.fi\/*",
"https:\/\/www.google.pl\/*",
"https:\/\/www.google.gr\/*",
"https:\/\/www.google.ie\/*",
"https:\/\/www.google.cz\/*",
"https:\/\/www.google.hu\/*",
"https:\/\/www.google.ro\/*",
"https:\/\/www.google.co.kr\/*",
"https:\/\/www.google.com.sg\/*",
"https:\/\/www.google.com.hk\/*",
"https:\/\/www.google.co.nz\/*",
"https:\/\/www.google.com.ph\/*",
"https:\/\/www.google.co.th\/*",
"https:\/\/www.google.com.my\/*",
"https:\/\/www.google.com.vn\/*",
"https:\/\/www.google.com.tw\/*",
"https:\/\/www.google.co.id\/*",
"https:\/\/www.google.ae\/*",
"https:\/\/www.google.com.sa\/*",
"https:\/\/www.google.com.tr\/*",
"https:\/\/www.google.co.il\/*",
"https:\/\/www.google.co.za\/*",
"https:\/\/www.google.com.eg\/*",
"https:\/\/www.google.com.ng\/*",
"https:\/\/www.google.com.pk\/*",
"https:\/\/www.google.com.qa\/*"
],
"js": [
"content.js"
]
}
]
}