RedditBooru

Use RedditBooru to check for reposts and rehost images from your favorite browser.

What is RedditBooru?

RedditBooru is a Chrome extension developed by http://redditbooru.com, and its main feature is "Use RedditBooru to check for reposts and rehost images from your favorite browser.".

Extension Screenshots

screenshot

Download RedditBooru Extension CRX File

Download RedditBooru 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

                        Use RedditBooru to check for reposts and rehost images from your favorite browser.                    

Extension Basic Information

Name RedditBooru RedditBooru
ID mmmnkbbceakbidnnajbnbcfdmalcfcal
Official URL https://chrome.google.com/webstore/detail/redditbooru/mmmnkbbceakbidnnajbnbcfdmalcfcal
Description Use RedditBooru to check for reposts and rehost images from your favorite browser.
File Size 7.87 KB
Installation Count 171
Current Version 2.1.1
Last Updated 2017-04-02
Publish Date 2017-04-02
Rating 4.00/5 Total 4 Ratings
Developer http://redditbooru.com
Payment Type free
Extension Website http://redditbooru.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Matt Hackmann ",
    "name": "RedditBooru",
    "description": "Use RedditBooru to check for reposts and rehost images from your favorite browser.",
    "version": "2.1.1",
    "permissions": [
        "contextMenus",
        "https:\/\/redditbooru.com\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "reddit-booru.js"
        ]
    },
    "applications": {
        "gecko": {
            "id": "jid1-ud8I7tLgCJzpTg@jetpack",
            "strict_min_version": "42.0"
        }
    }
}