Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"name": "__MSG_extName__",
"short_name": "Data Scraper",
"description": "__MSG_extDesc__",
"version": "3.0.60",
"author": "__MSG_extAuthor__",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "static\/icons\/logo-16.png",
"48": "static\/icons\/logo-48.png",
"128": "static\/icons\/logo-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"19": "static\/icons\/logo-16.png",
"38": "static\/icons\/logo-48.png"
},
"default_title": "__MSG_extName__",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.minirpa.net\/minirpa_window.html"
],
"js": [
"\/content\/controlIndex.js"
],
"run_at": "document_idle"
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https:\/\/www.minirpa.net\/minirpa_window.html"
],
"match_about_blank": true,
"all_frames": true,
"js": [
"\/content\/clientIndex.js"
],
"css": [
"\/content\/clientIndex.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/cext.minirpa.net\/*"
],
"js": [
"\/content\/manageIndex.js"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; "
},
"permissions": [
"tabs",
"activeTab",
"webNavigation",
"storage",
"unlimitedStorage",
"contextMenus",
"notifications",
"scripting",
"downloads",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"\/static\/**",
"\/oauth2\/**",
"\/content\/iframe\/**",
"options\/options.html**",
"\/content\/**"
],
"matches": [
"<all_urls>"
]
}
]
}