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",
"manifest_version": 3,
"name": "eBay item location - My country only",
"author": "Mountassir El Hafi : [email protected]",
"homepage_url": "https:\/\/github.com\/mountassir\/ebay-search-extention",
"version": "1.1.16",
"description": "Always start your eBay search for items in your country location only.",
"icons": {
"16": "icons\/main\/icon-16.png",
"19": "icons\/main\/icon-19.png",
"24": "icons\/main\/icon-24.png",
"32": "icons\/main\/icon-32.png",
"48": "icons\/main\/icon-48.png",
"128": "icons\/main\/icon-128.png"
},
"action": {
"default_icon": {
"16": "icons\/main\/icon-16.png",
"19": "icons\/main\/icon-19.png",
"24": "icons\/main\/icon-24.png",
"32": "icons\/main\/icon-32.png",
"48": "icons\/main\/icon-48.png",
"128": "icons\/main\/icon-128.png"
},
"default_popup": "options\/options.html"
},
"background": {
"service_worker": "main\/eventPage.js"
},
"options_ui": {
"page": "options\/options.html"
},
"permissions": [
"webNavigation",
"storage"
],
"incognito": "split",
"minimum_chrome_version": "88"
}