Shareable Tweets

Facebook sharing SUPER POWERS on X

Qu'est-ce que Shareable Tweets ?

Shareable Tweets est une extension Chrome développée par https://2fb.me, et sa fonction principale est "Facebook sharing SUPER POWERS on X".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Shareable Tweets

Téléchargez les fichiers d'extension Shareable Tweets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Shareable Tweets Shareable Tweets
ID gmdhfohiimofdkgfibdamlamdbehooba
URL Officiel https://chromewebstore.google.com/detail/shareable-tweets/gmdhfohiimofdkgfibdamlamdbehooba
Description Facebook sharing SUPER POWERS on X
Taille du Fichier 2.62 MB
Nombre d'Installations 115
Version Actuelle 3.500
Dernière Mise à Jour 2023-12-29
Date de Publication 2020-05-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://2fb.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://2fb.me
URL de la Page d'Aide https://twitter.com/2fbsup
URL de la Page de Politique de Confidentialité https://www.termsfeed.com/live/c119d43d-41be-409e-bac8-c01b3cd65eb9
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}