Twitter Quotes are back!

Twitter Quotes are back!

Twitter Quotes are back!란 무엇입니까?

Twitter Quotes are back!은(는) josecebe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitter Quotes are back!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Twitter Quotes are back! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Twitter has adjusted access to view post interactions like quotes, retweets, and likes, making them less visible. Fortunately, "Twitter Quotes are back!" brings these options back to their original locations. Say goodbye to the search hassle and install this extension today!                    

확장 프로그램 기본 정보

이름 Twitter Quotes are back! Twitter Quotes are back!
ID bbpjhggnbaikfoankcdaieeohbjdnadc
공식 URL https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc
설명 Twitter Quotes are back!
파일 크기 26.6 KB
설치 횟수 215
현재 버전 1.0.4
최근 업데이트 2023-09-17
출시 날짜 2023-09-14
평점 4.75/5 총 8 개의 평점
개발자 josecebe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/josecebe/twitter-quotes-are-back
지원되는 언어 de,en,fr,ca,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "josecebe",
    "manifest_version": 3,
    "name": "__MSG_twitterQuotesExtensionName__",
    "version": "1.0.4",
    "description": "__MSG_twitterQuotesExtensionDescription__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "52.0"
        }
    }
}