Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
What is Social Media Launcher?
Social Media Launcher is a Chrome extension developed by Hjalte Anton Nylander Larsen, and its main feature is "This extension adds a launcher to your Chrome where you can go to a variuos social medias.".
Extension Screenshots
Download Social Media Launcher Extension CRX File
Download Social Media Launcher 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
This extension adds a social media launcher to your Chrome. Adds a social media launcher with Youtube, Instagram, Facebook and Twitter, which opens in a new window. Developer: Hjalte A. N. Larsen Version: 1.0.0 Changelog: 1.0.0 - Added extension to Chrome Workshop. TODO: 1.0.1 - Add more social medias to the launcher. If you encounter any bugs og etc. please contact me at [email protected] or under "Support".
Extension Basic Information
Name | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
Official URL | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
Description | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
File Size | 429 KB |
Installation Count | 19 |
Current Version | 1.0.0 |
Last Updated | 2019-12-02 |
Publish Date | 2019-12-02 |
Developer | Hjalte Anton Nylander Larsen |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Launcher", "author": "Hjalte Anton Nylander Larsen", "version": "1.0.0", "description": "This extension adds a launcher to your Chrome where you can go to a variuos social medias.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Social Media Launcher" }, "permissions": [ "activeTab" ] } |