Myspace-ify

This extension turns Facebook into an old school Myspace page

What is Myspace-ify?

Myspace-ify is a Chrome extension developed by Unknown, and its main feature is "This extension turns Facebook into an old school Myspace page".

Extension Screenshots

screenshot

Download Myspace-ify Extension CRX File

Download Myspace-ify 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

                        Transforms Facebook into an old school myspace Layout. Enjoy the sounds of techno while you creep on your "friends"                    

Extension Basic Information

Name Myspace-ify Myspace-ify
ID peoidppcfogiigeeahblnkojnlpijfmp
Official URL https://chromewebstore.google.com/detail/myspace-ify/peoidppcfogiigeeahblnkojnlpijfmp
Description This extension turns Facebook into an old school Myspace page
File Size 36.19 KB
Installation Count 114
Current Version 2.0
Last Updated 2015-07-06
Publish Date 2015-07-06
Rating 4.33/5 Total 6 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}