WoWnik Twitch (Followers/Follows)
Chrome extensions to easily get list of Twitch follows and followers
Apa itu WoWnik Twitch (Followers/Follows)?
WoWnik Twitch (Followers/Follows) adalah ekstensi Chrome yang dikembangkan oleh https://twitch.wownik.ru, dan fitur utamanya adalah "Chrome extensions to easily get list of Twitch follows and followers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WoWnik Twitch (Followers/Follows)
Unduh file ekstensi WoWnik Twitch (Followers/Follows) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | WoWnik Twitch (Followers/Follows) |
ID | eiflfidddkaideecknbbdonpkiddeegj |
URL Resmi | https://chromewebstore.google.com/detail/wownik-twitch-followersfo/eiflfidddkaideecknbbdonpkiddeegj |
Deskripsi | Chrome extensions to easily get list of Twitch follows and followers |
Ukuran File | 52.83 KB |
Jumlah Instalasi | 205 |
Versi Saat Ini | 0.13 |
Terakhir Diperbarui | 2021-03-30 |
Tanggal Publikasi | 2020-04-21 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | https://twitch.wownik.ru |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://twitch.wownik.ru/ |
URL Halaman Bantuan | https://vk.com/wownik |
URL Halaman Kebijakan Privasi | https://wownik.ru/PrivacyPolicy |
Bahasa yang Didukung | 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": [ "*.*" ] } |