Shareable Tweets

Facebook sharing SUPER POWERS on X

Shareable Tweets란 무엇입니까?

Shareable Tweets은(는) https://2fb.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Facebook sharing SUPER POWERS on X"입니다.

확장 프로그램 스크린샷

Shareable Tweets 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shareable Tweets puts a Facebook Reactions bar on every tweet. This easy to use and helpful extension lets you React to Tweets like you can on Facebook.

Included emoji's : 👍, 💗, 😆, 😮, 😥, 😱

Make Shareable Tweets in One Click!

🔀 GitHub: https://github.com/egfx/ShareableTweets

V3.4
* Fixed an issue preventing tweets from reaching Facebook
V3.3
* Fixed an issue that made the share button stop working on some tweets
V3.2
* Made to work with new Twitter! Includes GoodTwitter!
V3.1
* Takes you to twitter.com  automatically so you don't need to navigate to it by yourself.
V3.0
* Facebook Reactions Pack update! Added the Facebook Reaction bar to every tweet on the timeline!
V2.9
Like button and emoticons added!  
v 2.8
* New and improved share ticker with full color emoji!
v 2.6 - 2.7
* Fixed an issue with share links appearing on tweets that are too long for them
v 2.5
* Changed the description to make it easier to understand the product
v 2.4
* Updated the share ticker to make it look more vibrant and more compact 
(old share ticker ▶)
(new share ticker ►)

"Like! buttons for tweets"

Press:

Spanish language -

✍ http://www.clasesdeperiodismo.com/2012/04/15/comparte-actualizaciones-de-twitter-en-facebook-sin-vincular-las-cuentas/

✍ http://www.chatsala.com/2fbme-la-forma-mas-simple-de-compartir-tweets-en-facebook/

24 hour Support:

☎ https://twitter.com/2fbsup

Enjoy!                    

확장 프로그램 기본 정보

이름 Shareable Tweets Shareable Tweets
ID gmdhfohiimofdkgfibdamlamdbehooba
공식 URL https://chromewebstore.google.com/detail/shareable-tweets/gmdhfohiimofdkgfibdamlamdbehooba
설명 Facebook sharing SUPER POWERS on X
파일 크기 2.62 MB
설치 횟수 115
현재 버전 3.500
최근 업데이트 2023-12-29
출시 날짜 2020-05-02
평점 5.00/5 총 2 개의 평점
개발자 https://2fb.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://2fb.me
도움말 페이지 URL https://twitter.com/2fbsup
개인정보 보호 정책 페이지 URL https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shareable Tweets",
    "version": "3.500",
    "description": "Facebook sharing SUPER POWERS on X",
    "manifest_version": 3,
    "permissions": [
        "browsingData",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "css": [
                "bar.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}