Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "FrankerFaceZ Nightly",
"short_name": "FFZ-Nightly",
"version": "4.79.1.0",
"description": "This is the nightly testing build of FrankerFaceZ. FrankerFaceZ is an enhancement suite for Twitch.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"homepage_url": "http:\/\/www.frankerfacez.com",
"action": [],
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.frankerfacez.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.youtube.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"web\/*"
],
"matches": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.youtube.com\/*"
]
}
],
"background": {
"scripts": [
"web\/worker.js"
],
"service_worker": "web\/worker.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"web\/script.min.js"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"exclude_globs": [
"*:\/\/api.twitch.tv\/*",
"*:\/\/localhost.rig.twitch.tv\/*",
"*:\/\/blog.twitch.tv\/*",
"*:\/\/im.twitch.tv\/*",
"*:\/\/chatdepot.twitch.tv\/*",
"*:\/\/tmi.twitch.tv\/*",
"*:\/\/brand.twitch.tv\/*",
"*:\/\/dev.twitch.tv\/*",
"*:\/\/gql.twitch.tv\/*",
"*:\/\/passport.twitch.tv\/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}