Social App Shortcuts

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

Qu'est-ce que Social App Shortcuts ?

Social App Shortcuts est une extension Chrome développée par brandTURBO, et sa fonction principale est "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Social App Shortcuts

Téléchargez les fichiers d'extension Social App Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Social App Shortcuts Social App Shortcuts
ID pgipdemfiklialdhljkcpkpioaempbik
URL Officiel https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik
Description Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
Taille du Fichier 724 KB
Nombre d'Installations 137
Version Actuelle 2.5.1
Dernière Mise à Jour 2020-07-06
Date de Publication 2020-06-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur brandTURBO
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.brandturbo.vip/
URL de la Page d'Aide https://www.brandturbo.vip/
URL de la Page de Politique de Confidentialité https://www.brandturbo.vip/privacy
Langues Prises en Charge 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"
        ]
    }
}