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,
"short_name": "TagTube",
"name": "YouTube Subscription Manager - TagTube",
"version": "1.2.6.4",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAujx5L6JSMjikIju+lKH05Zfi2RSZEgp0eBVj6Iw2fa\/VAqgKbjK7+ZTAaJ846LK9H\/2J81sLsn5Fp3I67A2fsMtvDbUAXi8rigBCrUvtU2JGGnSaBPVcVmhPhzOcePtzfMGxBpSOhogU5hIl2VMhWJRbhkhzr6Gz2+mSSP\/F1IYeqOxFSCHpF7NYHMKpBzI4lqRgHAHy2OyxQVJgferskyM1y5WRa6o7ygt2v+7mCyoCwMlG83hiI\/\/khvtd2q1dAUqAJhDEYYl4MyaA4GYREB1PQ7L9YVuSWJAapvP1nZkZHHS3\/Icyd+1cZrEPq+yAoxC\/e\/5BPVpO2RXkzCj02QIDAQAB",
"description": "YouTube Subscription Manager: Group subs by topic and browse custom video feeds. Skip random suggestions and save time every day!",
"permissions": [
"identity",
"identity.email",
"sidePanel",
"storage",
"alarms",
"activeTab"
],
"oauth2": {
"client_id": "801814566698-5lmrbffcqtul7f9odmb2fsnb0bludovo.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/youtube.readonly",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"icons": {
"16": "icons\/new-icon-16.png",
"32": "icons\/new-icon-32.png",
"48": "icons\/new-icon-48.png",
"128": "icons\/new-icon-128.png"
},
"action": {
"default_title": "TagTube",
"default_icon": {
"16": "icons\/new-icon-16.png",
"32": "icons\/new-icon-32.png",
"48": "icons\/new-icon-48.png",
"128": "icons\/new-icon-128.png"
}
},
"sidebar_action": {
"default_title": "TagTube",
"default_icon": {
"16": "icons\/new-icon-16.png",
"32": "icons\/new-icon-32.png",
"48": "icons\/new-icon-48.png",
"128": "icons\/new-icon-128.png"
},
"default_panel": "signin.html"
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "signin.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/new-icon-128.svg"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
]
}