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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "2.1.0",
"background": {
"service_worker": "worker.js"
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"128": "icons\/icon_128.png"
},
"content_scripts": [
{
"js": [
"content.js",
"content_script.js"
],
"css": [
"content.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": "Ctrl+Shift+X",
"description": "Open XPath Tester"
}
},
"action": {
"default_icon": "icons\/icon_64.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"activeTab",
"sidePanel",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"\/icons\/icon_64.png",
"\/_locales\/*\/messages.json"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"options_page": "pages\/options.html",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt+lIabL0N34rn8tL3M0HLIk04OIKjchFBCbxGIFcvv5MgAZodlpQRtesJXWPdXmh7qaZXxyPbjg5rveHB+gbex7QxepveKYFSjGFHaNUA4KdmUVVkm2zfvytyFEae6BD0M8oHT3S0\/KZfwsquJNbQ+TtpgkGNJvDzv9m4CSGbFhXowwSuMIDr1uJkuVYG8Lfq8OtIi6anS5ekinX5fjb4EzmZPNl3fHA1r9axoOETWxK5Y5aPDFs++L2WuOZ2N9N24Kfid6Xi6H3HAZJD3ueLifS58HXP6zk10bFEhSUp7ts9ntwaI7r6rKQlKYLZHCkstNwxFYxUQxanCQ4wO\/KFwIDAQAB",
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
}
}