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_APP_NAME__",
"version": "1.3.8",
"description": "__MSG_APP_DESC__",
"default_locale": "en",
"oauth2": {
"dev_client_id": "1069629569390-g4krbjqt5mdkloabl4v5gitvlgqc8nqa.apps.googleusercontent.com",
"client_id": "1069629569390-mjej3vv9qso7g3i6qpc5agg085muvt49.apps.googleusercontent.com",
"scopes": [
"profile email"
]
},
"externally_connectable": {
"matches": [
"*:\/\/*.vistud.io\/*"
]
},
"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": "SimilarTube"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/*.vistud.io\/*"
],
"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"
],
"optional_permissions": [
"tabs"
],
"side_panel": {
"default_path": "sidebar.html"
},
"homepage_url": "https:\/\/www.similartube.co"
}