xBrowserSync

Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.

Cos'è xBrowserSync?

xBrowserSync è un'estensione di Chrome sviluppata da https://xbrowsersync.org, e la sua funzione principale è "Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione xBrowserSync

Scarica i file di estensione xBrowserSync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        xBrowserSync is a completely free and open source tool for syncing your bookmarks and browser data between your desktop browsers. xBrowserSync respects your privacy and gives you complete anonymity — no sign up is required and no personal data is ever collected. It is also completely secure; your data is encrypted client-side with military grade encryption, Even if someone intercepted your data, only you can decrypt it.

xBrowserSync enriches your bookmarks with the addition of descriptions and tags. An intuitive search interface lets you find bookmarks quickly and easily, or simply browse your bookmarks hierarchy by folders. And don’t ever worry about losing your data thanks to the included back up and restore functionality.

The web extension fully supports your native desktop browser bookmarking features; xBrowserSync will preserve your existing bookmarks hierarchy and any changes you make using the native bookmarking functionality are synced by xBrowserSync automatically. xBrowserSync will even add metadata to new bookmarks automatically!

With the xBrowserSync mobile app you can use xBrowserSync on the go with your Android device. Once you have created a new sync on your desktop browser using the web extension, simply scan your sync ID code into the app and enter your password to connect to your synced data. Add new bookmarks easily by sharing from your favourite apps (browsers, YouTube, Spotify and any other app that shares URLs), xBrowserSync will even populate the bookmark properties for you.

For ultimate privacy, configure your very own xBrowserSync cloud service on your Linux or Windows server to sync to. The code for the xBrowserSync cloud service is open source and is easy to set up for any relatively tech savvy individual.

Welcome to browser syncing as it should be: secure, anonymous and free!

Key features: 

★ Sync bookmarks between desktop browsers (syncing of additional browser data will be added in future versions), and access bookmarks on the move using the xBrowserSync Android app.
★ Absolutely free, there are no charges for using the service. Ever.
★ Totally anonymous, no sign up or submission of personal data required, just install and sync.
★ Encrypts your browser data client-side using military grade encryption that only you can decrypt.
★ Browse, find, modify and share bookmarks quickly and easily.
★ Enrich your bookmarks with descriptions and tags.
★ Works with native desktop browser bookmarking features.
★ Add bookmarks with the mobile app by sharing from your favourite apps.
★ Share bookmarks with friends with the mobile app.
★ Back up and restore your synced data for total peace of mind.
★ Run your very own xBrowserSync cloud service for syncing in complete privacy.

For more information visit www.xbrowsersync.org.                    

Informazioni di Base sull'Estensione

Nome xBrowserSync xBrowserSync
ID lcbjdhceifofjlpecfpeimnnphbcjgnc
URL Ufficiale https://chromewebstore.google.com/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc
Descrizione Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.
Dimensione del File 1.87 MB
Conteggio Installazioni 40,579
Versione Corrente 1.5.2
Ultimo Aggiornamento 2020-04-09
Data di Pubblicazione 2020-04-09
Valutazione 3.95/5 Totale 131 Valutazioni
Sviluppatore https://xbrowsersync.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.xbrowsersync.org/
URL della Pagina di Aiuto https://www.xbrowsersync.org/#faqs
URL della Pagina della Politica sulla Privacy https://www.xbrowsersync.org/privacypolicy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "1.5.2",
    "description": "__MSG_description__",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "32": "img\/notsynced.png"
        },
        "default_popup": "app.html",
        "default_title": "__MSG_title__"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space"
            }
        }
    },
    "content_security_policy": "connect-src *; default-src 'none'; font-src 'self' data:; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline';",
    "permissions": [
        "activeTab",
        "alarms",
        "bookmarks",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}