Mean facebook

This replaces emojis on your facebook with some juicy swearwords. Use responsibly!

Mean facebook là gì?

Mean facebook là một tiện ích mở rộng Chrome được phát triển bởi jan.jakub.nanista, và tính năng chính của nó là "This replaces emojis on your facebook with some juicy swearwords. Use responsibly!".

Tải xuống tệp CRX của tiện ích mở rộng Mean facebook

Tải xuống các tệp mở rộng Mean 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

                                            

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

Tên Mean facebook Mean facebook
ID eakcbdcbnjcglpmenenmpmlnglbbkjol
URL Chính Thức https://chrome.google.com/webstore/detail/mean-facebook/eakcbdcbnjcglpmenenmpmlnglbbkjol
Mô tả This replaces emojis on your facebook with some juicy swearwords. Use responsibly!
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2017-01-23
Ngày Phát Hành 2017-01-23
Đánh Giá 5.00/5 Tổng số 33 Đánh Giá
Nhà Phát Triển jan.jakub.nanista
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.13",
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-19.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}