Mama Mia! Reactions for Facebook
Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/
Was ist Mama Mia! Reactions for Facebook?
Mama Mia! Reactions for Facebook ist eine Chrome-Erweiterung, die von 1076 entwickelt wurde, und ihr Hauptmerkmal ist "Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/".
Erweiterungsscreenshots
Mama Mia! Reactions for Facebook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mama Mia! Reactions for Facebook-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 lets you express your true feelings on Facebook by replacing the generic reactions with the much more accurate "Mama Mia!" reaction set. Based on the "Hop Dude" original character, created by Dave Mercier of MercWorks fame. Please check out his comic MercWorks, and subscribe to his Patreon for exclusive content! http://mercworks.net/ https://www.patreon.com/MercWorks
Grundlegende Informationen zur Erweiterung
Name | |
ID | dmnofkbmiilhmhdcfofnopcdopgcnmha |
Offizielle URL | https://chrome.google.com/webstore/detail/mama-mia-reactions-for-fa/dmnofkbmiilhmhdcfofnopcdopgcnmha |
Beschreibung | Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/ |
Dateigröße | 110 KB |
Installationsanzahl | 12 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2017-06-29 |
Veröffentlichungsdatum | 2017-06-29 |
Entwickler | 1076 |
Zahlungsart | free |
Erweiterungswebsite | http://mercworks.net |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mama Mia! Reactions for Facebook", "version": "2.0.1", "description": "Show your love for Hop Dude with a replacement icon set for Facebook! http:\/\/mercworks.net\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "permissions": [ "*:\/\/*.facebook.com\/*" ], "options_ui": { "page": "options.html" }, "options_page": "options.html", "content_scripts": [ { "js": [ "facebook.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "images\/*", "helper.js" ] } |