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_ext_name__",
"version": "2.4.3",
"description": "__MSG_ext_description__",
"default_locale": "en_US",
"permissions": [
"storage",
"tabs",
"scripting",
"activeTab",
"webNavigation",
"alarms",
"idle",
"notifications",
"downloads"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/pages\/*",
"images\/svg\/*",
"images\/*.png",
"sounds\/*.mp3"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' https:\/\/www.google.com https:\/\/*.gstatic.com data: blob:; media-src 'self'; connect-src 'self'"
},
"action": {
"default_title": "__MSG_action_title__",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"youtube-content.js",
"pip-content.js",
"youtube-shorts-autoscroll.js",
"youtube-screenshot.js",
"yt-thumbnail-grabber.js"
],
"css": [
"pip-content.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"tiktok-content.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"instagram-content.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"js": [
"facebook-content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}