InverseLook for Twitter

InverseLook for Twitter

Invert the columns of the NewLook of Twitter, as it was in the old one. Original idea by Baptiste "ashka" Huve (@shellgratuit).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "columns.css"
      ],
      "matches": [
        "http://twitter.com/*",
        "https://twitter.com/*"
      ]
    }
  ],
  "description": "Invert the columns of the NewLook of Twitter, as it was in the old one. Original idea by Baptiste \"ashka\" Huve (@shellgratuit).",
  "icons": {
    "128": "icon.png"
  },
  "name": "InverseLook for Twitter",
  "version": "1.2"
}