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은(는) fabsrc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes every 'Like' button and text field to 'Give a fuck' on Facebook"입니다.

확장 프로그램 스크린샷

screenshot

Like I Give a Fuck 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}