No Fucking Thanks

Expose N‌FTs for what they are: shitty JPEGs

No Fucking Thanks란 무엇입니까?

No Fucking Thanks은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Expose N‌FTs for what they are: shitty JPEGs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

No Fucking Thanks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace occurrences of “N‌FT” and related terms in web pages with more accurate alternatives.                    

확장 프로그램 기본 정보

이름 No Fucking Thanks No Fucking Thanks
ID hkdomlmdnamgbglfelgnnfbkfekdclam
공식 URL https://chromewebstore.google.com/detail/no-fucking-thanks/hkdomlmdnamgbglfelgnnfbkfekdclam
설명 Expose N‌FTs for what they are: shitty JPEGs
파일 크기 22.08 KB
설치 횟수 32
현재 버전 1.0
최근 업데이트 2021-12-03
출시 날짜 2021-12-02
개발자 Unknown
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/samhocevar/expose-nfts
도움말 페이지 URL https://github.com/samhocevar/expose-nfts/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Fucking Thanks",
    "description": "Expose N\u200cFTs for what they are: shitty JPEGs",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "transform.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}