RedditBooru

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

Vad är RedditBooru?

RedditBooru är en Chrome-tillägg utvecklad av http://redditbooru.com, och dess huvudfunktion är "Use RedditBooru to check for reposts and rehost images from your favorite browser.".

Tilläggsskärmbilder

screenshot

Ladda ner RedditBooru-förlängningens CRX-fil

Ladda ner RedditBooru-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn RedditBooru RedditBooru
ID mmmnkbbceakbidnnajbnbcfdmalcfcal
Officiell webbadress https://chrome.google.com/webstore/detail/redditbooru/mmmnkbbceakbidnnajbnbcfdmalcfcal
Beskrivning Use RedditBooru to check for reposts and rehost images from your favorite browser.
Filstorlek 7.87 KB
Antal Installationer 171
Aktuell Version 2.1.1
Senast Uppdaterad 2017-04-02
Publiceringsdatum 2017-04-02
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare http://redditbooru.com
Betalningssätt free
Tilläggswebbplats http://redditbooru.com/
Stödda Språk 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"
        }
    }
}