Momentum Emoji

This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.

Momentum Emoji là gì?

Momentum Emoji là một tiện ích mở rộng Chrome được phát triển bởi http://momentum.hu, và tính năng chính của nó là "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.".

Ả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 Momentum Emoji

Tải xuống các tệp mở rộng Momentum Emoji 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's aim is to change the Facebook's basic "love" and "angry" emoticons to "purple love" and "O1G" ones.                    

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

Tên Momentum Emoji Momentum Emoji
ID mhpaendpohlenfphlhcopfampjhlekga
URL Chính Thức https://chrome.google.com/webstore/detail/momentum-emoji/mhpaendpohlenfphlhcopfampjhlekga
Mô tả This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.
Kích Thước Tệp 23.07 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.4.5
Cập Nhật Lần Cuối 2019-04-14
Ngày Phát Hành 2019-04-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://momentum.hu
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://momentum.hu/momentum-adatvedelmi-tajekoztato
Ngôn Ngữ Được Hỗ Trợ 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": []
}