Mama Mia! Reactions for Facebook
Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/
Wat is Mama Mia! Reactions for Facebook?
Mama Mia! Reactions for Facebook is een Chrome-extensie ontwikkeld door 1076, en de belangrijkste functie is "Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/".
Extensie Screenshots
Download het CRX-bestand van de extensie Mama Mia! Reactions for Facebook
Download Mama Mia! Reactions for Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | dmnofkbmiilhmhdcfofnopcdopgcnmha |
Officiële URL | https://chrome.google.com/webstore/detail/mama-mia-reactions-for-fa/dmnofkbmiilhmhdcfofnopcdopgcnmha |
Beschrijving | Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/ |
Bestandsgrootte | 110 KB |
Aantal Installaties | 12 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2017-06-29 |
Publicatiedatum | 2017-06-29 |
Ontwikkelaar | 1076 |
Betalingswijze | free |
Extensiewebsite | http://mercworks.net |
Ondersteunde Talen | 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" ] } |