Autonomous Angries
When click the angry react button the icon comes alive.
Apa itu Autonomous Angries?
Autonomous Angries adalah ekstensi Chrome yang dikembangkan oleh Procrastinating Student, dan fitur utamanya adalah "When click the angry react button the icon comes alive.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Autonomous Angries
Unduh file ekstensi Autonomous Angries 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
Need more angry in your life? This is the extension for you. Reacting angrily to a facebook post or comment makes your angry react emoji come to life. If you change the reaction it goes away. Edit: from now on the emoji size will be proportional the number of angry reacts
Informasi Dasar Ekstensi
Nama | Autonomous Angries |
ID | ladoannjbdnikmpnicbfmclepnamdmcm |
URL Resmi | https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm |
Deskripsi | When click the angry react button the icon comes alive. |
Ukuran File | 75.02 KB |
Jumlah Instalasi | 173 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2018-01-09 |
Tanggal Publikasi | 2018-01-08 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Procrastinating Student |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autonomous Angries", "description": "When click the angry react button the icon comes alive.", "version": "1.0.2", "permissions": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "css": [ "mystyles.css" ], "js": [ "third-party\/jquery-1.12.0.min.js", "myscript.js" ] } ], "browser_action": { "default_icon": { "19": "images\/emoji-19.png", "38": "images\/emoji-38.png" } }, "manifest_version": 2 } |