xbase — Supercharge your productivity on 𝕏

xbase is the best place for professionals to make the most of their time on 𝕏.

Τι είναι το xbase — Supercharge your productivity on 𝕏;

Το xbase — Supercharge your productivity on 𝕏 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xbase, και η κύρια λειτουργία του είναι "xbase is the best place for professionals to make the most of their time on 𝕏.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης xbase — Supercharge your productivity on 𝕏

Λήψη αρχείων επέκτασης xbase — Supercharge your productivity on 𝕏 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        FEATURES 
1. Instant Bookmark Finder 🔍
2. Twitter Bookmark Manager 📚
3. Take private notes on posts 📝
4. Shortcuts for everything ⌨️
5. Works offline 📡

If you have any ideas on how to make xbase better, we'd love to hear from you. Please email your suggestions to our team at [email protected].                    

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

Όνομα xbase — Supercharge your productivity on 𝕏 xbase — Supercharge your productivity on 𝕏
ID ipldmffgjegnflofelcomladejjllfli
Επίσημο URL https://chromewebstore.google.com/detail/xbase-%E2%80%94-supercharge-your/ipldmffgjegnflofelcomladejjllfli
Περιγραφή xbase is the best place for professionals to make the most of their time on 𝕏.
Μέγεθος Αρχείου 5 MB
Αριθμός Εγκαταστάσεων 607
Τρέχουσα Έκδοση 4.6.74
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2022-08-11
Αξιολόγηση 4.68/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής xbase
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://xbase.so
Διεύθυνση URL της Σελίδας Βοήθειας https://xbase.so
URL της Σελίδας Πολιτικής Απορρήτου https://team.getxbase.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xbase \u2014 Supercharge your productivity on \ud835\udd4f",
    "version": "4.6.74",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "xbase is the best place for professionals to make the most of their time on \ud835\udd4f.",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_title": "Open popup"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Command+Shift+S"
            }
        }
    },
    "homepage_url": "https:\/\/xbase.so",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "installed.html",
                "logo-icon.png",
                "contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo-icon.png",
        "32": "logo-icon.png",
        "48": "logo-icon.png",
        "128": "logo-icon.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "webRequest",
        "tabs",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.xbase.so\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.xbase.so\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "removeHeader.json"
            }
        ]
    }
}