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",
"action": {
"default_popup": "popup.html",
"default_title": "Toolbox"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content-id.js"
],
"match_about_blank": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"run_at": "document_idle"
},
{
"all_frames": true,
"js": [
"content-st.js"
],
"match_about_blank": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"content-ag.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"js": [
"content-yt.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"description": "Unleash your Web Browser's potential!",
"homepage_url": "https:\/\/sermak.ca",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"icons": {
"128": "newtab.png"
},
"incognito": "split",
"manifest_version": 3,
"name": "New Tab & Toolbox",
"options_page": "options.html",
"permissions": [
"cookies",
"declarativeNetRequest",
"tabs",
"contextMenus",
"storage",
"offscreen",
"search"
],
"short_name": "Toolbox",
"version": "44.5",
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"resources": [
"*.html",
"*.svg"
]
}
]
}