Social Media Quick Links

Quick links to your favorite social media website.

What is Social Media Quick Links?

Social Media Quick Links is a Chrome extension developed by https://friendsquicklinks.com, and its main feature is "Quick links to your favorite social media website.".

Extension Screenshots

screenshot

Download Social Media Quick Links Extension CRX File

Download Social Media Quick Links 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

                        Navigation menu for your social media website. 

Disclaimer: This Chrome extension have no affiliations with the popular social network website Facebook. Facebook doesn’t endorse or sponsor this extension. All articles, images, logos and trademarks are property of their respective owners.                    

Extension Basic Information

Name Social Media Quick Links Social Media Quick Links
ID elnjjchffmejafnnpaidbjjfhnhbmlie
Official URL https://chromewebstore.google.com/detail/social-media-quick-links/elnjjchffmejafnnpaidbjjfhnhbmlie
Description Quick links to your favorite social media website.
File Size 189 KB
Installation Count 15,270
Current Version 2.0
Last Updated 2019-02-04
Publish Date 2019-02-04
Rating 3.70/5 Total 307 Ratings
Developer https://friendsquicklinks.com
Payment Type free
Extension Website http://www.friendsquicklinks.com/2019/02/social-media-quick-links-updated.html?from=chrome_webstore_listining
Help Page URL http://www.friendsquicklinks.com/p/at-sociotrope.html?from=chrome_webstore_listining
Privacy Policy Page URL http://earth3dmap.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "2.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}