Twitter Like and Retweet button

This extension will add a button that combines like and retweet in one click.

Twitter Like and Retweet button란 무엇입니까?

Twitter Like and Retweet button은(는) Shlomo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will add a button that combines like and retweet in one click."입니다.

확장 프로그램 스크린샷

screenshot

Twitter Like and Retweet button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhance your Twitter experience like never before with this innovative Chrome extension. This powerful add-on seamlessly integrates with your Twitter account, adding a combination button that allows you to both "Like" and "Retweet" a tweet in a single click. Say goodbye to the hassle of toggling between buttons and give your thumbs a rest and streamlines your engagement process for effortless interaction.                    

확장 프로그램 기본 정보

이름 Twitter Like and Retweet button Twitter Like and Retweet button
ID fppmjeoocppmnbkdalfeidabmjkjbmna
공식 URL https://chromewebstore.google.com/detail/twitter-like-and-retweet/fppmjeoocppmnbkdalfeidabmjkjbmna
설명 This extension will add a button that combines like and retweet in one click.
파일 크기 62.97 KB
설치 횟수 38
현재 버전 1.2
최근 업데이트 2023-08-11
출시 날짜 2023-05-25
평점 5.00/5 총 1 개의 평점
개발자 Shlomo
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/d2b13c19-f46d-4a6c-b5ce-6c1f809fb89a
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Like and Retweet button",
    "description": "This extension will add a button that combines like and retweet in one click.",
    "version": "1.2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.jpg, *.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "extension_ids": []
        }
    ]
}