RedditBooru

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

什麼是RedditBooru?

RedditBooru是由http://redditbooru.com開發的Chrome擴展程式,該擴展的主要功能是“Use RedditBooru to check for reposts and rehost images from your favorite browser.”。

擴展截圖

screenshot

下載RedditBooru擴展crx文件

下載RedditBooru擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 RedditBooru RedditBooru
ID mmmnkbbceakbidnnajbnbcfdmalcfcal
官方網址 https://chrome.google.com/webstore/detail/redditbooru/mmmnkbbceakbidnnajbnbcfdmalcfcal
簡介 Use RedditBooru to check for reposts and rehost images from your favorite browser.
檔案大小 7.87 KB
安裝次數 171
目前版本 2.1.1
更新時間 2017-04-02
上架時間 2017-04-02
評分 4.00/5 共 4 次評分
開發者 http://redditbooru.com
付費類型 free
擴展官網 http://redditbooru.com/
支援的語言 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"
        }
    }
}