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",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_title": "Albo Browse"
},
"version": "0.0.11",
"author": "",
"name": "Albo Browse",
"description": "A modern Chrome extension with custom new tab page",
"background": {
"service_worker": "static\/background\/index.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"sidePanel",
"storage",
"tabs",
"scripting"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"js": [
"instagram-page-detector.7d55be20.js"
],
"run_at": "document_end",
"css": []
},
{
"matches": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.instagram.com\/*"
],
"js": [
"scraping-relay.1acecbcb.js"
],
"all_frames": false,
"css": []
},
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"js": [
"tiktok-page-detector.c2f6f244.js"
],
"run_at": "document_end",
"css": []
},
{
"matches": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.instagram.com\/*"
],
"js": [
"scraping-overlay.38087d3f.js"
],
"all_frames": false,
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"albo-float.b0bbee5c.js"
],
"all_frames": false,
"css": []
}
],
"host_permissions": [
"http:\/\/localhost:3000\/*",
"https:\/\/api.thesortdapp.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.instagram.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/albo_logo.png"
],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"<all_urls>"
],
"resources": [
"NCMVHL6D.ec28ff0e.js",
"2AITGKQY.b7ae94ba.js"
]
}
]
}