Mama Mia! Reactions for Facebook

Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/

Mama Mia! Reactions for Facebook là gì?

Mama Mia! Reactions for Facebook là một tiện ích mở rộng Chrome được phát triển bởi 1076, và tính năng chính của nó là "Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mama Mia! Reactions for Facebook

Tải xuống các tệp mở rộng Mama Mia! Reactions for Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mama Mia! Reactions for Facebook Mama Mia! Reactions for Facebook
ID dmnofkbmiilhmhdcfofnopcdopgcnmha
URL Chính Thức https://chrome.google.com/webstore/detail/mama-mia-reactions-for-fa/dmnofkbmiilhmhdcfofnopcdopgcnmha
Mô tả Show your love for Hop Dude with a replacement icon set for Facebook! http://mercworks.net/
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2017-06-29
Ngày Phát Hành 2017-06-29
Nhà Phát Triển 1076
Loại Thanh Toán free
Trang Web Mở Rộng http://mercworks.net
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}