Mean facebook

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

Mean facebookคืออะไร?

Mean facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jan.jakub.nanista และคุณลักษณะหลักของมันคือ "This replaces emojis on your facebook with some juicy swearwords. Use responsibly!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mean facebook

ดาวน์โหลดไฟล์ส่วนขยาย Mean facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mean facebook Mean facebook
ID eakcbdcbnjcglpmenenmpmlnglbbkjol
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mean-facebook/eakcbdcbnjcglpmenenmpmlnglbbkjol
คำอธิบาย This replaces emojis on your facebook with some juicy swearwords. Use responsibly!
ขนาดไฟล์ 448 KB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 1.0.13
อัปเดตครั้งล่าสุด 2017-01-23
วันที่เผยแพร่ 2017-01-23
คะแนน 5.00/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา jan.jakub.nanista
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}