RedditBooru

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

Wat is RedditBooru?

RedditBooru is een Chrome-extensie ontwikkeld door http://redditbooru.com, en de belangrijkste functie is "Use RedditBooru to check for reposts and rehost images from your favorite browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RedditBooru

Download RedditBooru-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam RedditBooru RedditBooru
ID mmmnkbbceakbidnnajbnbcfdmalcfcal
Officiële URL https://chrome.google.com/webstore/detail/redditbooru/mmmnkbbceakbidnnajbnbcfdmalcfcal
Beschrijving Use RedditBooru to check for reposts and rehost images from your favorite browser.
Bestandsgrootte 7.87 KB
Aantal Installaties 171
Huidige Versie 2.1.1
Laatst Bijgewerkt 2017-04-02
Publicatiedatum 2017-04-02
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://redditbooru.com
Betalingswijze free
Extensiewebsite http://redditbooru.com/
Ondersteunde Talen 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"
        }
    }
}