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 𝕏 xbase द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "xbase is the best place for professionals to make the most of their time on 𝕏."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में xbase — Supercharge your productivity on 𝕏 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            }
        ]
    }
}