WoWnik Twitch (Followers/Follows)
Chrome extensions to easily get list of Twitch follows and followers
What is WoWnik Twitch (Followers/Follows)?
WoWnik Twitch (Followers/Follows) is a Chrome extension developed by https://twitch.wownik.ru, and its main feature is "Chrome extensions to easily get list of Twitch follows and followers".
Extension Screenshots
Download WoWnik Twitch (Followers/Follows) Extension CRX File
Download WoWnik Twitch (Followers/Follows) 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
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! Extension Basic Information
| Name | |
| ID | eiflfidddkaideecknbbdonpkiddeegj |
| Official URL | https://chromewebstore.google.com/detail/wownik-twitch-followersfo/eiflfidddkaideecknbbdonpkiddeegj |
| Description | Chrome extensions to easily get list of Twitch follows and followers |
| File Size | 52.83 KB |
| Installation Count | 205 |
| Current Version | 0.13 |
| Last Updated | 2021-03-30 |
| Publish Date | 2020-04-21 |
| Rating | 4.67/5 Total 3 Ratings |
| Developer | https://twitch.wownik.ru |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://twitch.wownik.ru/ |
| Help Page URL | https://vk.com/wownik |
| Privacy Policy Page URL | https://wownik.ru/PrivacyPolicy |
| Supported Languages | 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": [
"*.*"
]
} | |