Twitter Extras

Adds some extra features to Twitter, including video download, picture-in-picture, and more.

Twitter Extras란 무엇입니까?

Twitter Extras은(는) https://sampson.codes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds some extra features to Twitter, including video download, picture-in-picture, and more."입니다.

확장 프로그램 스크린샷

screenshot

Twitter Extras 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introduces additional features and abilities to your Twitter experience. For example, easier saving of media (such as GIFs and Videos), as well as support for Picture-in-Picture (video pop-outs). Other options available in Options (click the ☰ icon next to the extension, select Options from list) include the ability to hide "Who to Follow" and "What's Happening" sidebar items, wrap tick-escaped inline code with  tags, make voice tweets downloadable, and convert video timestamps to clickable links.                    

확장 프로그램 기본 정보

이름 Twitter Extras Twitter Extras
ID hapodabojpphnloafpaapmcpofcbanaj
공식 URL https://chromewebstore.google.com/detail/twitter-extras/hapodabojpphnloafpaapmcpofcbanaj
설명 Adds some extra features to Twitter, including video download, picture-in-picture, and more.
파일 크기 272 KB
설치 횟수 62
현재 버전 3.2.4
최근 업데이트 2023-11-03
출시 날짜 2023-05-13
개발자 https://sampson.codes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/jonathansampson
도움말 페이지 URL https://twitter.com/jonathansampson
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Extras",
    "version": "3.2.4",
    "icons": {
        "64": "icons\/icon64.png"
    },
    "description": "Adds some extra features to Twitter, including video download, picture-in-picture, and more.",
    "permissions": [
        "downloads",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}