Pixiv Kurocore Plugin

pixiv.kurocore.com Pixiv Image Search plugin

What is Pixiv Kurocore Plugin?

Pixiv Kurocore Plugin is a Chrome extension developed by https://pixiv.kurocore.com, and its main feature is "pixiv.kurocore.com Pixiv Image Search plugin".

Extension Screenshots

screenshot
screenshot

Download Pixiv Kurocore Plugin Extension CRX File

Download Pixiv Kurocore Plugin 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

                        Tools for context menu options to search pixiv image
插件提供pixiv 以圖搜圖

by pixiv.kurocore.com                    

Extension Basic Information

Name Pixiv Kurocore Plugin Pixiv Kurocore Plugin
ID ebhiafmjpcihakkaafdbcdclonondkkp
Official URL https://chromewebstore.google.com/detail/pixiv-kurocore-plugin/ebhiafmjpcihakkaafdbcdclonondkkp
Description pixiv.kurocore.com Pixiv Image Search plugin
File Size 39.73 KB
Installation Count 954
Current Version 0.1.0
Last Updated 2019-03-12
Publish Date 2019-03-12
Rating 3.67/5 Total 9 Ratings
Developer https://pixiv.kurocore.com
Email [email protected]
Payment Type free
Extension Website https://pixiv.kurocore.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixiv Kurocore Plugin",
    "description": "pixiv.kurocore.com Pixiv Image Search plugin",
    "version": "0.1.0",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "K.png"
    },
    "icons": {
        "16": "K.png",
        "48": "K.png",
        "128": "K.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "background.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "config.js",
                "jquery-2.1.3.min.js",
                "script.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}