Imgur Promoted Skipper

A nano-sized chrome extension to automagically skip Imgur Promoted posts.

What is Imgur Promoted Skipper?

Imgur Promoted Skipper is a Chrome extension developed by Unknown, and its main feature is "A nano-sized chrome extension to automagically skip Imgur Promoted posts.".

Extension Screenshots

screenshot

Download Imgur Promoted Skipper Extension CRX File

Download Imgur Promoted Skipper 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

                        A nano-sized chrome extension to automagically skip Imgur Promoted posts. Made with love by a fellow giraffe.

MIT License. Icon made by http://www.freepik.com from www.flaticon.com is licensed under CC BY 3.0.                    

Extension Basic Information

Name Imgur Promoted Skipper Imgur Promoted Skipper
ID ajgjolmbapcmapkcibgfcgbkblhhdcok
Official URL https://chromewebstore.google.com/detail/imgur-promoted-skipper/ajgjolmbapcmapkcibgfcgbkblhhdcok
Description A nano-sized chrome extension to automagically skip Imgur Promoted posts.
File Size 22.86 KB
Installation Count 28
Current Version 0.1.0.2
Last Updated 2015-10-16
Publish Date 2015-10-15
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/demosthenes111/Imgur-Promoted-Skipper
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Promoted Skipper",
    "short_name": "Imgur Promoted Skipper",
    "version": "0.1.0.2",
    "description": "A nano-sized chrome extension to automagically skip Imgur Promoted posts.",
    "author": "demosthenes",
    "homepage_url": "https:\/\/github.com\/demosthenes111\/Imgur-Promoted-Skipper",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*"
            ],
            "js": [
                "unfuck.js"
            ]
        }
    ],
    "icons": {
        "16": "g16.png",
        "48": "g48.png",
        "128": "g128.png",
        "256": "g256.png"
    }
}