PayCheck for X (Formerly Twitter)

See (a very VERY rough idea of) how much money a post is worth

PayCheck for X (Formerly Twitter)란 무엇입니까?

PayCheck for X (Formerly Twitter)은(는) Theo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See (a very VERY rough idea of) how much money a post is worth"입니다.

확장 프로그램 스크린샷

screenshot

PayCheck for X (Formerly Twitter) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        See (a very VERY rough idea of) how much money a tweet is worth

GITHUB LINK: https://github.com/t3dotgg/paycheck-extension                    

확장 프로그램 기본 정보

이름 PayCheck for X (Formerly Twitter) PayCheck for X (Formerly Twitter)
ID ldgffedhocinnolmaaecnppdfmmofilp
공식 URL https://chromewebstore.google.com/detail/paycheck-for-x-formerly-t/ldgffedhocinnolmaaecnppdfmmofilp
설명 See (a very VERY rough idea of) how much money a post is worth
파일 크기 16.48 KB
설치 횟수 4,329
현재 버전 0.0.3
최근 업데이트 2023-08-15
출시 날짜 2023-08-10
평점 3.67/5 총 24 개의 평점
개발자 Theo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/t3dotgg/paycheck-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PayCheck for X (Formerly Twitter)",
    "description": "See (a very VERY rough idea of) how much money a post is worth",
    "version": "0.0.3",
    "icons": {
        "16": "\/assets\/PCX-icon-16.png",
        "32": "\/assets\/PCX-icon-32.png",
        "48": "\/assets\/PCX-icon-48.png",
        "128": "\/assets\/PCX-icon-128.png"
    },
    "author": "Theo",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}