Momentum Emoji
This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.
Apa itu Momentum Emoji?
Momentum Emoji adalah ekstensi Chrome yang dikembangkan oleh http://momentum.hu, dan fitur utamanya adalah "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Momentum Emoji
Unduh file ekstensi Momentum Emoji 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
This extension's aim is to change the Facebook's basic "love" and "angry" emoticons to "purple love" and "O1G" ones.
Informasi Dasar Ekstensi
Nama | |
ID | mhpaendpohlenfphlhcopfampjhlekga |
URL Resmi | https://chrome.google.com/webstore/detail/momentum-emoji/mhpaendpohlenfphlhcopfampjhlekga |
Deskripsi | This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones. |
Ukuran File | 23.07 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 0.4.5 |
Terakhir Diperbarui | 2019-04-14 |
Tanggal Publikasi | 2019-04-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://momentum.hu |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://momentum.hu/momentum-adatvedelmi-tajekoztato |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Momentum Emoji", "version": "0.4.5", "description": "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.", "author": "Enys Mones", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "style.css" ], "js": [ "main.bundle.js" ] } ], "browser_action": { "default_title": "Facebook plugin", "default_popup": "settings.html" }, "web_accessible_resources": [ "*.png" ], "permissions": [] } |