WoWnik Twitch (Followers/Follows)
Chrome extensions to easily get list of Twitch follows and followers
Was ist WoWnik Twitch (Followers/Follows)?
WoWnik Twitch (Followers/Follows) ist eine Chrome-Erweiterung, die von https://twitch.wownik.ru entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extensions to easily get list of Twitch follows and followers".
Erweiterungsscreenshots
WoWnik Twitch (Followers/Follows)-Erweiterungs-CRX-Datei herunterladen
Laden Sie WoWnik Twitch (Followers/Follows)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Once upon a time on Twitch there were "Follows" and "Followers" buttons...
So this extension returns them! Now you can, as before, look at who this or that person is following with a simple click of a button!                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | eiflfidddkaideecknbbdonpkiddeegj | 
| Offizielle URL | https://chromewebstore.google.com/detail/wownik-twitch-followersfo/eiflfidddkaideecknbbdonpkiddeegj | 
| Beschreibung | Chrome extensions to easily get list of Twitch follows and followers | 
| Dateigröße | 52.83 KB | 
| Installationsanzahl | 205 | 
| Aktuelle Version | 0.13 | 
| Letztes Update | 2021-03-30 | 
| Veröffentlichungsdatum | 2020-04-21 | 
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen | 
| Entwickler | https://twitch.wownik.ru | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://twitch.wownik.ru/ | 
| Hilfeseite URL | https://vk.com/wownik | 
| URL der Datenschutzrichtlinien-Seite | https://wownik.ru/PrivacyPolicy | 
| Unterstützte Sprachen | en,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg5Nb6F3ka4BE4\/RDseAslj1e2awaDIgCT\/pDQuMygoUbxQ054pcLY+dxjnIlHg1XR2FELhZg3QJRisWy5fzlsxiC2QcC5yT4br9jIXKPBEMZQBeKTN0kp3pUwW6ADyG8STJ8jlGxCwWDdr0aDBBWxlnXrSO0+bwoIYMcV8nbxrHDzfOu5ogs3nhuqU5RQ849A0kvCVnty2mADzoMSg3Sxbqn4v2N2+PuPFobI9S3MmdbbQ8alIWwKhVMI4DnIbPOxUUPQOd5ieH1xoRsySfw1fALfasj8H3zqhnFWBMS42MnQzgyPVFVmOav3a5UEQQkdOCvQNnh\/mTFKKSc9O86ewIDAQAB",
    "author": "WoWnikCompany",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.13",
    "icons": {
        "16": "icons\/favicon-16.png",
        "32": "icons\/favicon-32.png",
        "48": "icons\/favicon-48.png",
        "96": "icons\/favicon-96.png",
        "128": "icons\/favicon-128.png",
        "192": "icons\/favicon-192.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.*"
    ]
}  |  |