Reddit visible arrows

Reddit visible arrows

This extension enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Reddit visible arrows",
  "description": "Show reddit arrows regardless of subreddit style",
  "version": "0.3.1resigned1",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "*://*.reddit.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e035f290-ab28-4eaf-80ab-e8955d294a90}"
    }
  }
}