151 lines
4.2 KiB
JSON
151 lines
4.2 KiB
JSON
{
|
|
"author": "Max Yao",
|
|
"name": "MaxBot",
|
|
"description": "MaxBot Extension",
|
|
"icons": {
|
|
"16": "icons/maxbot-16.png",
|
|
"32": "icons/maxbot-32.png",
|
|
"48": "icons/maxbot-48.png",
|
|
"64": "icons/maxbot-64.png",
|
|
"128": "icons/maxbot-128.png"
|
|
},
|
|
"manifest_version": 3,
|
|
"background": {
|
|
"service_worker": "background.js",
|
|
"type": "module"
|
|
},
|
|
"declarative_net_request": {
|
|
"rule_resources": [
|
|
{
|
|
"id": "ruleset_1",
|
|
"enabled": true,
|
|
"path": "rules_1.json"
|
|
}
|
|
]
|
|
},
|
|
"permissions": [
|
|
"activeTab",
|
|
"storage",
|
|
"scripting",
|
|
"tabs",
|
|
"webNavigation",
|
|
"webRequest",
|
|
"declarativeNetRequest",
|
|
"declarativeNetRequestFeedback"
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [ "data/*.json" ],
|
|
"extension_ids": ["*"],
|
|
"matches": [ "*://*/*" ]
|
|
}
|
|
],
|
|
"options_page": "options.html",
|
|
"action": {
|
|
"default_icon": "icons/maxbot-128.png",
|
|
"default_title": "MaxBot"
|
|
},
|
|
"content_scripts" : [
|
|
{
|
|
"matches" : [ "https://tixcraft.com/ticket/area/*" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/tixcraft_area.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://tixcraft.com/activity/game/*" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/tixcraft_game.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://tixcraft.com/activity/detail/*" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/tixcraft_detail.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://tixcraft.com/ticket/ticket/*" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/tixcraft_ticket.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://tixcraft.com/" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/tixcraft_home.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://ticket.com.tw/application/UTK02/UTK0201_.aspx?PRODUCT_ID=*" ],
|
|
"run_at": "document_end",
|
|
"world": "MAIN",
|
|
"js" : [ "jquery.min.js", "js/ticket_event_home.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://ticket.com.tw/application/UTK02/UTK0201_00.aspx?PRODUCT_ID=*" ],
|
|
"run_at": "document_end",
|
|
"world": "MAIN",
|
|
"js" : [ "jquery.min.js", "js/ticket_date.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://ticket.com.tw/application/UTK02/UTK0204_.aspx?*" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/ticket_area.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://kham.com.tw/application/UTK02/UTK0201_.aspx?PRODUCT_ID=*" ],
|
|
"run_at": "document_end",
|
|
"world": "MAIN",
|
|
"js" : [ "jquery.min.js", "js/kham_event_home.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://kham.com.tw/application/UTK02/UTK0201_00.aspx?PRODUCT_ID=*" ],
|
|
"run_at": "document_end",
|
|
"world": "MAIN",
|
|
"js" : [ "jquery.min.js", "js/kham_date.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://kham.com.tw/application/UTK02/UTK0204_.aspx?*" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/kham_area.js" ]
|
|
},
|
|
{
|
|
"matches" : [ "https://orders.ibon.com.tw/application/UTK02/UTK0201_000.aspx?*" ],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/ibon_area.js" ]
|
|
},
|
|
{
|
|
"matches" : [
|
|
"https://*.cityline.com/utsvInternet/internet/eventDetail?event=*",
|
|
"https://*.cityline.com/utsvlnternet/*/login?lang=TW"
|
|
],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/cityline_event_common.js"]
|
|
},
|
|
{
|
|
"matches" : [
|
|
"https://ticketplus.com.tw/activity/*"
|
|
],
|
|
"run_at": "document_end",
|
|
"js" : ["jquery.min.js", "js/ticketplus_activity.js"]
|
|
},
|
|
{
|
|
"matches" : [
|
|
"https://ticketplus.com.tw/order/*"
|
|
],
|
|
"run_at": "document_start",
|
|
"js" : [ "jquery.min.js", "js/ticketplus_order.js"]
|
|
},
|
|
{
|
|
"matches" : [
|
|
"https://*.kktix.cc/events/*"
|
|
],
|
|
"run_at": "document_end",
|
|
"js" : [ "jquery.min.js", "js/kktix_events.js" ]
|
|
},
|
|
{
|
|
"matches" : [
|
|
"https://kktix.com/events/*/registrations/new"
|
|
],
|
|
"run_at": "document_start",
|
|
"js" : [ "jquery.min.js", "js/kktix_registrations_reload.js" ]
|
|
}
|
|
],
|
|
"version": "1.0.0"
|
|
} |