Direct links to social media
Quick links to Facebook, Twitter, Myspace, and other top social networks.
Wat is Direct links to social media?
Direct links to social media is een Chrome-extensie ontwikkeld door Robert Rioja (miapuffia), en de belangrijkste functie is "Quick links to Facebook, Twitter, Myspace, and other top social networks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Direct links to social media
Download Direct links to social media-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
The latest update added much needed color! By clicking this extension, you will see links to... Steam Chat QuizUp YouTube Messages Google+ Quora BadOo Reddit ooVoo Web Snapchat Cafemom NING Mylife DeviantART Vine Twitter Skype Web Linkedin Instagram Livejournal Tumblr Facebook MySpace Orkut Pinterest Meetup Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
Basisinformatie over de Extensie
Naam | |
ID | kkaepghmhcnkbefbmddlfldaogmcjgki |
Officiële URL | https://chrome.google.com/webstore/detail/direct-links-to-social-me/kkaepghmhcnkbefbmddlfldaogmcjgki |
Beschrijving | Quick links to Facebook, Twitter, Myspace, and other top social networks. |
Bestandsgrootte | 563 KB |
Aantal Installaties | 603 |
Huidige Versie | 5 |
Laatst Bijgewerkt | 2016-08-14 |
Publicatiedatum | 2016-08-14 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Robert Rioja (miapuffia) |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct links to social media", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "5", "description": "Quick links to Facebook, Twitter, Myspace, and other top social networks.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |