Like I Give a Fuck

Changes every 'Like' button and text field to 'Give a fuck' on Facebook

Like I Give a Fuckคืออะไร?

Like I Give a Fuck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fabsrc และคุณลักษณะหลักของมันคือ "Changes every 'Like' button and text field to 'Give a fuck' on Facebook"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Like I Give a Fuck

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

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

                        Every day millions of "likes" are given on Facebook. But how many people really like what they "like" on Facebook? "Liking" something has become a synonym for acknowledging something. You either "like" or you don't care – to say it in other words: either you give a fuck or you don't. This browser extension fixes the mismatch of "like" and like by changing every occurrence of "Like" to "Give a Fuck" on Facebook.                    

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

ชื่อ Like I Give a Fuck Like I Give a Fuck
ID ohfpnpgiljfbmnibfpoieckbmhaagogf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/like-i-give-a-fuck/ohfpnpgiljfbmnibfpoieckbmhaagogf
คำอธิบาย Changes every 'Like' button and text field to 'Give a fuck' on Facebook
ขนาดไฟล์ 11.88 KB
จำนวนการติดตั้ง 433
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2021-06-10
วันที่เผยแพร่ 2020-05-01
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา fabsrc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://fabsrc.github.io/like-i-give-a-fuck/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like I Give a Fuck",
    "description": "Changes every 'Like' button and text field to 'Give a fuck' on Facebook",
    "version": "1.2.4",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "applications": {
        "gecko": {
            "id": "{82CEEC65-D441-4F66-A31C-42DB4267155C}"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}