Reddit Blue Links

I must have... the BLUE pages.

What is Reddit Blue Links?

Reddit Blue Links is a Chrome extension developed by Jonathan Woodard, and its main feature is "I must have... the BLUE pages.".

Extension Screenshots

screenshot

Download Reddit Blue Links Extension CRX File

Download Reddit Blue Links 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

                        When I browse Reddit, I like to open all the unread links in new tabs behind the current one. This plugin does the page in one click!                    

Extension Basic Information

Name Reddit Blue Links Reddit Blue Links
ID boijcmmgpmnlabibhcapmenbcldgande
Official URL https://chromewebstore.google.com/detail/reddit-blue-links/boijcmmgpmnlabibhcapmenbcldgande
Description I must have... the BLUE pages.
File Size 209 KB
Installation Count 54
Current Version 1.0.0.2
Last Updated 2015-11-18
Publish Date 2015-11-17
Rating 4.33/5 Total 3 Ratings
Developer Jonathan Woodard
Payment Type free
Extension Website http://woodar.dj
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Blue Links",
    "version": "1.0.0.2",
    "manifest_version": 2,
    "description": "I must have... the BLUE pages.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-400.png",
        "default_title": "We're go for launch."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/",
        "history"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}