Hot take to What's up
Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Apa itu Hot take to What's up?
Hot take to What's up adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".
Unduh Berkas CRX Ekstensi Hot take to What's up
Unduh file ekstensi Hot take to What's up 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
Informasi Dasar Ekstensi
Nama | |
ID | achhodbdjjjajcfflmemhgoaeelodmei |
URL Resmi | https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei |
Deskripsi | Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon. |
Ukuran File | 5.5 KB |
Jumlah Instalasi | 134 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-03-21 |
Tanggal Publikasi | 2016-03-21 |
Penilaian | 4.86/5 Total 7 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hot take to What's up", "version": "0.1", "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.", "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "overrides.js" ] } ] } |