Social App Shortcuts

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

Was ist Social App Shortcuts?

Social App Shortcuts ist eine Chrome-Erweiterung, die von brandTURBO entwickelt wurde, und ihr Hauptmerkmal ist "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Social App Shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Social App Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Social App Shortcuts Social App Shortcuts
ID pgipdemfiklialdhljkcpkpioaempbik
Offizielle URL https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik
Beschreibung Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
Dateigröße 724 KB
Installationsanzahl 137
Aktuelle Version 2.5.1
Letztes Update 2020-07-06
Veröffentlichungsdatum 2020-06-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler brandTURBO
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.brandturbo.vip/
Hilfeseite URL https://www.brandturbo.vip/
URL der Datenschutzrichtlinien-Seite https://www.brandturbo.vip/privacy
Unterstützte Sprachen 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"
        ]
    }
}