Myspace-ify
This extension turns Facebook into an old school Myspace page
Wat is Myspace-ify?
Myspace-ify is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension turns Facebook into an old school Myspace page".
Extensie Screenshots
Download het CRX-bestand van de extensie Myspace-ify
Download Myspace-ify-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
Transforms Facebook into an old school myspace Layout. Enjoy the sounds of techno while you creep on your "friends"
Basisinformatie over de Extensie
Naam | Myspace-ify |
ID | peoidppcfogiigeeahblnkojnlpijfmp |
Officiële URL | https://chromewebstore.google.com/detail/myspace-ify/peoidppcfogiigeeahblnkojnlpijfmp |
Beschrijving | This extension turns Facebook into an old school Myspace page |
Bestandsgrootte | 36.19 KB |
Aantal Installaties | 114 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2015-07-06 |
Publicatiedatum | 2015-07-06 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Myspace-ify", "description": "This extension turns Facebook into an old school Myspace page", "version": "2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Turn Facebook into Myspace!" }, "manifest_version": 2 } |