Lone Wolf
They're not a lone wolf, they're a white terrorist
Apa itu Lone Wolf?
Lone Wolf adalah ekstensi Chrome yang dikembangkan oleh jemtallon, dan fitur utamanya adalah "They're not a lone wolf, they're a white terrorist".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lone Wolf
Unduh file ekstensi Lone Wolf 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
Tired of racist journalists labeling every brown person with a gun as a "terrorist" but every white person with a gun as a "lone wolf"? Let's fix that glitch.
Informasi Dasar Ekstensi
Nama | |
ID | lefghopkppbhkhmaiilecljbfhhchmcp |
URL Resmi | https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp |
Deskripsi | They're not a lone wolf, they're a white terrorist |
Ukuran File | 4.2 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2017-10-02 |
Tanggal Publikasi | 2017-10-02 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | jemtallon |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lone Wolf", "version": "1.0.0", "manifest_version": 2, "description": "They're not a lone wolf, they're a white terrorist", "browser_action": { "name": "Lone Wolf", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "icons": { "16": "icon.png" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |