WoWnik Twitch (Followers/Follows)

Chrome extensions to easily get list of Twitch follows and followers

Qu'est-ce que WoWnik Twitch (Followers/Follows) ?

WoWnik Twitch (Followers/Follows) est une extension Chrome développée par https://twitch.wownik.ru, et sa fonction principale est "Chrome extensions to easily get list of Twitch follows and followers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WoWnik Twitch (Followers/Follows)

Téléchargez les fichiers d'extension WoWnik Twitch (Followers/Follows) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom WoWnik Twitch (Followers/Follows) WoWnik Twitch (Followers/Follows)
ID eiflfidddkaideecknbbdonpkiddeegj
URL Officiel https://chromewebstore.google.com/detail/wownik-twitch-followersfo/eiflfidddkaideecknbbdonpkiddeegj
Description Chrome extensions to easily get list of Twitch follows and followers
Taille du Fichier 52.83 KB
Nombre d'Installations 205
Version Actuelle 0.13
Dernière Mise à Jour 2021-03-30
Date de Publication 2020-04-21
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://twitch.wownik.ru
Email wownik98@gmail.com
Type de Paiement free
Site Web de l'Extension https://twitch.wownik.ru/
URL de la Page d'Aide https://vk.com/wownik
URL de la Page de Politique de Confidentialité https://wownik.ru/PrivacyPolicy
Langues Prises en Charge 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": [
        "*.*"
    ]
}