Reddit News Fixer

Fixes Reddit News Subreddit Names

What is Reddit News Fixer?

Reddit News Fixer is a Chrome extension developed by Unknown, and its main feature is "Fixes Reddit News Subreddit Names".

Extension Screenshots

screenshot

Download Reddit News Fixer Extension CRX File

Download Reddit News Fixer 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

                        Still subscribed to r/news and r/worldnews?
Surf in smug style with this more truthful helper for renaming the links to those subreddits.                    

Extension Basic Information

Name Reddit News Fixer Reddit News Fixer
ID olhjigkfnlocckgkfhgikjejjcdipgcp
Official URL https://chromewebstore.google.com/detail/reddit-news-fixer/olhjigkfnlocckgkfhgikjejjcdipgcp
Description Fixes Reddit News Subreddit Names
File Size 55.02 KB
Installation Count 12
Current Version 1.1
Last Updated 2014-02-12
Publish Date 2014-02-12
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit News Fixer",
    "version": "1.1",
    "description": "Fixes Reddit News Subreddit Names",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "News Subreddits Fixed!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}