Sky Follower Bridge

Instantly find and follow the same users from your Twitter follows on Bluesky.

Τι είναι το Sky Follower Bridge;

Το Sky Follower Bridge είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RyoKawamata, και η κύρια λειτουργία του είναι "Instantly find and follow the same users from your Twitter follows on Bluesky.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Sky Follower Bridge

Λήψη αρχείων επέκτασης Sky Follower Bridge σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🚀 How to use
1.	Open your Twitter Follower ( https://twitter.com/following ) or Follow( https://twitter.com/followers ) or block(https://twitter.com/settings/blocked/all) or list members page.
2.	Press "Alt + B" shortcut or click on the toolbar icon to launch the Sky Follower Bridge.
3.	Input your Bluesky login email or handle and app password( https://bsky.app/settings/app-passwords ) 
4.     Press the Finding Bluesky Users btn.
5.     Bluesky users will appear in the Modal.
6.     Click the "Follow" button to follow them on Bluesky.


🔧 Troubleshooting
- Please feel free to mention @kawamataryo.bsky.social on Bluesky. They will provide support to ensure the tool is functioning properly.
- If you get the error "Error: Something went wrong...", please reload the page and then click on the extension icon.

🚨 Limitations
User search may fail due to late limit in Bluesky's API. In this case, please wait for 2 to 3 minutes and execute the search again.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sky Follower Bridge Sky Follower Bridge
ID behhbpbpmailcnfbjagknjngnfdojpko
Επίσημο URL https://chromewebstore.google.com/detail/sky-follower-bridge/behhbpbpmailcnfbjagknjngnfdojpko
Περιγραφή Instantly find and follow the same users from your Twitter follows on Bluesky.
Μέγεθος Αρχείου 234 KB
Αριθμός Εγκαταστάσεων 26,160
Τρέχουσα Έκδοση 0.9.1
Τελευταία Ενημέρωση 2024-02-11
Ημερομηνία Δημοσίευσης 2023-05-22
Αξιολόγηση 4.03/5 Συνολικά 63 Αξιολογήσεις
Προγραμματιστής RyoKawamata
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kawamataryo/sky-follower-bridge
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kawamataryo/sky-follower-bridge/issues/new
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.9.1",
    "author": "kawamataryou",
    "name": "Sky Follower Bridge",
    "description": "Instantly find and follow the same users from your Twitter follows on Bluesky.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "App.afcf8043.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/bsky.social\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/x.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B"
            }
        }
    }
}