Direct links to social media
Quick links to Facebook, Twitter, Myspace, and other top social networks.
Was ist Direct links to social media?
Direct links to social media ist eine Chrome-Erweiterung, die von Robert Rioja (miapuffia) entwickelt wurde, und ihr Hauptmerkmal ist "Quick links to Facebook, Twitter, Myspace, and other top social networks.".
Erweiterungsscreenshots
Direct links to social media-Erweiterungs-CRX-Datei herunterladen
Laden Sie Direct links to social media-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | kkaepghmhcnkbefbmddlfldaogmcjgki |
Offizielle URL | https://chrome.google.com/webstore/detail/direct-links-to-social-me/kkaepghmhcnkbefbmddlfldaogmcjgki |
Beschreibung | Quick links to Facebook, Twitter, Myspace, and other top social networks. |
Dateigröße | 563 KB |
Installationsanzahl | 603 |
Aktuelle Version | 5 |
Letztes Update | 2016-08-14 |
Veröffentlichungsdatum | 2016-08-14 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | Robert Rioja (miapuffia) |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |