trojan status

Powiadamia o streamie.

What is trojan status?

trojan status is a Chrome extension developed by ranker94, and its main feature is "Powiadamia o streamie.".

Extension Screenshots

screenshot
screenshot

Download trojan status Extension CRX File

Download trojan status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Powiadamia o statusie i tytule streama. Dzwięk powiadomienia i głośność opcjonalna.                    

Extension Basic Information

Name trojan status trojan status
ID gnjdhnejoigekbnjfhmdhngicbolkplo
Official URL https://chrome.google.com/webstore/detail/trojan-status/gnjdhnejoigekbnjfhmdhngicbolkplo
Description Powiadamia o streamie.
File Size 286 KB
Installation Count 50
Current Version 6.9.6
Last Updated 2019-04-05
Publish Date 2019-04-05
Developer ranker94
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "trojan status",
    "version": "6.9.6",
    "description": "Powiadamia o streamie.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/id.twitch.tv\/oauth2\/*",
        "https:\/\/api.twitch.tv\/helix\/*"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "images\/128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}