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": "TestCase Studio - Selenium IDE",
"description": "__MSG_extDescription__",
"author": "Sanjay Kumar",
"homepage_url": "https:\/\/selectorshub.com\/testcase-studio\/",
"default_locale": "en",
"version": "1.8.6",
"icons": {
"48": "logo-48.png",
"96": "logo-96.png",
"128": "logo-128.png"
},
"action": {
"default_title": "__MSG_extDefaultTitle__"
},
"background": {
"service_worker": "extension\/background.js"
},
"permissions": [
"contextMenus",
"notifications",
"storage",
"cookies"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"css": [
"content-script\/contentScript.css"
],
"js": [
"content-script\/contentScript.js",
"content-script\/web-page.js"
],
"match_origin_as_fallback": true,
"all_frames": true
}
],
"offline_enabled": true
}