Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "img\/ico19_disable.png",
"default_popup": "popup.html",
"default_title": "__MSG_name__"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"128": "img\/ico.png"
},
"content_scripts": [
{
"js": [
"js\/content-script.js"
],
"css": [
"css\/inject.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*\/*.pdf",
"file:\/\/\/*\/*.pdf"
],
"run_at": "document_end"
}
],
"manifest_version": 3,
"name": "__MSG_name__",
"options_page": "options.html",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"tabs",
"storage",
"scripting",
"declarativeNetRequestWithHostAccess"
],
"version": "1.0.28",
"web_accessible_resources": [
{
"resources": [
"js\/normal.js",
"js\/docText.js",
"img\/ailogo-web.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"img\/pdflogo.png"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/%E7%BD%91%E9%A1%B5%E4%B8%87%E8%83%BD%E5%A4%8D%E5%88%B6\/hmlmncgagbkggdfpklpmhjcmbjadpkdo?utm_medium=extension&utm_source=webcopy"
}