Social App Shortcuts

Social Apps Shortcuts brings all your social apps together for free, quick and easy access.

Cos'è Social App Shortcuts?

Social App Shortcuts è un'estensione di Chrome sviluppata da brandTURBO, e la sua funzione principale è "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Social App Shortcuts

Scarica i file di estensione Social App Shortcuts 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

                        Never miss out on your updates again and launch your new tab with your social media apps one click away. Upgrade your access today so on every new tab you’ll be able to access your apps securely and see you feeds.                    

Informazioni di Base sull'Estensione

Nome Social App Shortcuts Social App Shortcuts
ID pgipdemfiklialdhljkcpkpioaempbik
URL Ufficiale https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik
Descrizione Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
Dimensione del File 724 KB
Conteggio Installazioni 137
Versione Corrente 2.5.1
Ultimo Aggiornamento 2020-07-06
Data di Pubblicazione 2020-06-17
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore brandTURBO
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.brandturbo.vip/
URL della Pagina di Aiuto https://www.brandturbo.vip/
URL della Pagina della Politica sulla Privacy https://www.brandturbo.vip/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social App Shortcuts",
    "version": "2.5.1",
    "description": "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}