Social App Shortcuts
Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
What is Social App Shortcuts?
Social App Shortcuts is a Chrome extension developed by brandTURBO, and its main feature is "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".
Extension Screenshots
Download Social App Shortcuts Extension CRX File
Download Social App Shortcuts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Social App Shortcuts |
ID | pgipdemfiklialdhljkcpkpioaempbik |
Official URL | 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. |
File Size | 724 KB |
Installation Count | 137 |
Current Version | 2.5.1 |
Last Updated | 2020-07-06 |
Publish Date | 2020-06-17 |
Rating | 5.00/5 Total 3 Ratings |
Developer | brandTURBO |
[email protected] | |
Payment Type | free |
Extension Website | https://www.brandturbo.vip/ |
Help Page URL | https://www.brandturbo.vip/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | 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" ] } } |