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,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqUKmEFI29yzjytaUV+2UYDms5Q6ptaNmtvc6\/AeQyYrOueOG6Hyw+MzVjy9ZXKs6LfpOJ9mSmHl9eyKdgaOEjidmGx1GvlkDXAIVihZ1diUUNZjUO+WGmwB9HSMAGQqrbmpVqsDmERgV7b5LfYE2SVM97bxaAifGqEGXXHYu0keywf1ZiA8E5d7yZMzg2bXmiHhpdMS5TdjN0+QV1G6Qs2p9vt9Fo4RrAz\/grSuGSJ9pzj+VhoWObnCX6bfmBsEDTD5EBFqulUlhe3iPDozo2fNSro4s61iihwv9X87nL+oo5wdXWcoMXvfra4vDcOKv8FWngAarPOpaDoJybbWNIwIDAQAB",
"name": "StreamShot: Screenshot for Youtube, Twitch, TikTok & Instagram",
"version": "0.1.1",
"description": "Screenshot videos & streams on Youtube, Twitch, TikTok (Douyin) & Instagram. Cloud storage + AI editing features.",
"icons": {
"16": "assets\/icons\/icon-16.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.douyin.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.streamshot.app\/*"
],
"js": [
"content\/capture.js"
],
"css": [
"content\/styles.css"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.douyin.com\/*",
"*:\/\/*.instagram.com\/*",
"https:\/\/api.streamshot.app\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/icons\/*",
"content\/modal.html"
],
"matches": [
"<all_urls>"
]
}
],
"oauth2": {
"client_id": "219194090939-g79n1uptrqlpbb9r859btdlbblh1hr0n.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}