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",
"manifest_version": 3,
"name": "__MSG_YTB_APP_NAME__",
"version": "0.7.7",
"default_locale": "en",
"description": "__MSG_YTB_APP_DESC__",
"externally_connectable": {
"matches": [
"*:\/\/*.nanoinfluencer.co\/*",
"*:\/\/*.nanoinfluencer.ai\/*",
"https:\/\/env.nanoinfluencer.ai\/pro"
]
},
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "img\/icon.png",
"default_title": "__MSG_YTB_APP_NAME__"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.nanoinfluencer.co\/*",
"*:\/\/*.nanoinfluencer.ai\/*",
"*:\/\/www.youtube.com\/*"
],
"match_origin_as_fallback": true,
"js": [
"js\/jquery-3.6.4.min.js",
"js\/content-scripts.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"js\/inject.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
],
"extension_ids": []
}
],
"permissions": [
"storage",
"activeTab",
"sidePanel"
],
"side_panel": {
"default_path": "sidebar.html"
},
"homepage_url": "https:\/\/nanoinfluencer.ai",
"config": {
"app-id": "pmafjeghchhihekeniifdnagkiagijbn",
"platform": "ytb"
}
}