Momentum Emoji
This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.
Was ist Momentum Emoji?
Momentum Emoji ist eine Chrome-Erweiterung, die von http://momentum.hu entwickelt wurde, und ihr Hauptmerkmal ist "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.".
Erweiterungsscreenshots
Momentum Emoji-Erweiterungs-CRX-Datei herunterladen
Laden Sie Momentum Emoji-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension's aim is to change the Facebook's basic "love" and "angry" emoticons to "purple love" and "O1G" ones.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mhpaendpohlenfphlhcopfampjhlekga |
Offizielle URL | https://chrome.google.com/webstore/detail/momentum-emoji/mhpaendpohlenfphlhcopfampjhlekga |
Beschreibung | This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones. |
Dateigröße | 23.07 KB |
Installationsanzahl | 67 |
Aktuelle Version | 0.4.5 |
Letztes Update | 2019-04-14 |
Veröffentlichungsdatum | 2019-04-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://momentum.hu |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://momentum.hu/momentum-adatvedelmi-tajekoztato |
Unterstützte Sprachen | 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": [] } |