Social App Shortcuts
Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
什么是Social App Shortcuts?
Social App Shortcuts是由brandTURBO开发的Chrome扩展程序,该扩展的主要功能是“Social Apps Shortcuts brings all your social apps together for free, quick and easy access.”。
扩展截图
下载Social App Shortcuts扩展crx文件
下载Social App Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Social App Shortcuts |
ID | pgipdemfiklialdhljkcpkpioaempbik |
官方URL | https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik |
简介 | Social Apps Shortcuts brings all your social apps together for free, quick and easy access. |
文件大小 | 724 KB |
安装次数 | 137 |
当前版本 | 2.5.1 |
更新时间 | 2020-07-06 |
上架时间 | 2020-06-17 |
评分 | 5.00/5 共3次评分 |
开发者 | brandTURBO |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.brandturbo.vip/ |
帮助页面URL | https://www.brandturbo.vip/ |
隐私政策页面URL | https://www.brandturbo.vip/privacy |
支持的语言 | 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" ] } } |