ASZreakcje
ASZreakcje
Apa itu ASZreakcje?
ASZreakcje adalah ekstensi Chrome yang dikembangkan oleh Bartlomiej Gasior, dan fitur utamanya adalah "ASZreakcje".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ASZreakcje
Unduh file ekstensi ASZreakcje 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
EN: This extension replaces default facebook "reactions" images with Polish political parties. Important note: Only you, and other people with this extension will see those reactions. This app is made for fun purposes only! PL: Ten dodatek zamienia standardowe "reakcje" facebooka na polskie partie polityczne. Ważna informacja: Tylko ty, i inni ludzie posiadający ten dodatek będą widzieli nowe "reakcje". Ta aplikacja jest stworzona w celu rozrywkowym :)
Informasi Dasar Ekstensi
Nama | ASZreakcje |
ID | jhomeefaclimneefmpijmolekmejhjfe |
URL Resmi | https://chromewebstore.google.com/detail/aszreakcje/jhomeefaclimneefmpijmolekmejhjfe |
Deskripsi | ASZreakcje |
Ukuran File | 26.35 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-02-27 |
Tanggal Publikasi | 2016-02-27 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Bartlomiej Gasior |
Tipe Pembayaran | free |
Bahasa yang Didukung | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASZreakcje", "description": "ASZreakcje", "version": "1.0.1", "icons": { "48": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "background.png" ], "content_scripts": [ { "css": [ "background.css" ], "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ] } ] } |