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": "SelectON \u2014 selection popup. Copy & search",
"version": "3.9.9",
"author": "emvaized",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"48": "assets\/icons\/logo-new.png",
"96": "assets\/icons\/logo-new.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/icons\/button-icons\/*.svg"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"index.css"
],
"run_at": "document_start",
"all_frames": true
}
],
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"action": {
"default_icon": "assets\/icons\/logo-new.png",
"default_title": "Selecton",
"default_popup": "popup\/popup.html"
},
"permissions": [
"storage",
"notifications",
"clipboardRead"
],
"host_permissions": [
"https:\/\/translate.googleapis.com\/*",
"https:\/\/api.exchangerate.host\/*",
"https:\/\/min-api.cryptocompare.com\/data\/*",
"https:\/\/*.wikipedia.org\/w\/*"
]
}