Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "LinkSubmitter: \u667a\u80fd\u5916\u94fe\u63d0\u4ea4\u52a9\u624b",
"version": "1.0.0",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "sidebar.html"
},
"permissions": [
"storage",
"sidePanel",
"activeTab"
],
"action": {
"default_title": "Backlink Submit Assistant",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"backlinkContent.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/icon16.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}