Social App Shortcuts
Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
Wat is Social App Shortcuts?
Social App Shortcuts is een Chrome-extensie ontwikkeld door brandTURBO, en de belangrijkste functie is "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".
Extensie Screenshots
Download het CRX-bestand van de extensie Social App Shortcuts
Download Social App Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Social App Shortcuts |
ID | pgipdemfiklialdhljkcpkpioaempbik |
Officiële URL | https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik |
Beschrijving | Social Apps Shortcuts brings all your social apps together for free, quick and easy access. |
Bestandsgrootte | 724 KB |
Aantal Installaties | 137 |
Huidige Versie | 2.5.1 |
Laatst Bijgewerkt | 2020-07-06 |
Publicatiedatum | 2020-06-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | brandTURBO |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.brandturbo.vip/ |
Help Pagina-URL | https://www.brandturbo.vip/ |
URL van de Privacybeleid Pagina | https://www.brandturbo.vip/privacy |
Ondersteunde Talen | 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" ] } } |