Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Wat is Social Media Launcher?
Social Media Launcher is een Chrome-extensie ontwikkeld door Hjalte Anton Nylander Larsen, en de belangrijkste functie is "This extension adds a launcher to your Chrome where you can go to a variuos social medias.".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Media Launcher
Download Social Media Launcher-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
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".
Basisinformatie over de Extensie
Naam | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
Officiële URL | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
Beschrijving | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
Bestandsgrootte | 429 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-12-02 |
Publicatiedatum | 2019-12-02 |
Ontwikkelaar | Hjalte Anton Nylander Larsen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |