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": "Twitch Auto Bonus - \u0410\u0432\u0442\u043e \u0411\u043e\u043d\u0443\u0441",
"version": "1.0",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvSYJ\/BvfoxqlLY\/1iI5R9sG3vTkaqn1p3lcdE5SCOm3NfblNtdsIfowwmbEuNKizQckELhSLBcEsrutQpOr\/a0uqB5oLmZ8x+RNHtMbQWZMzXy2sHkfHTkr3ohWQTGJ66adcC7k6lo0Uq27bA2PAvsRbpAiJNVuP+BZazS0QEeMhoR\/Lj7qJkq+5EFy9J4ubpleMoboTlcaytuo8VzLBdqo2l1IKb3\/HZxvNtU+Qhw68vtJUE9o5bTor4nT5AyQwmEOvP57KZ+lzhOAc05H1zEcYdSpFvaY4X6brCp9mFgQpYrBNt9NpiqAp5DyjpsQampHU1hEVSOw1Ghs7Hw7FXQIDAQAB",
"description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442 \u0431\u043e\u043d\u0443\u0441\u044b \u043a\u0430\u043d\u0430\u043b\u0430 \u043d\u0430 Twitch.",
"icons": {
"128": "128.png",
"256": "256.png",
"512": "512.png",
"1024": "1024.png"
},
"host_permissions": [
"https:\/\/www.twitch.tv\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.twitch.tv\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/main.css",
"css\/bootstrap.css"
]
}
]
}