Sup NINJA bot 体験版

Sup NINJA bot 体験版

What is Sup NINJA bot 体験版?

Sup NINJA bot 体験版 is a Chrome extension developed by hellobotworld, and its main feature is "Sup NINJA bot 体験版".

Extension Screenshots

Download Sup NINJA bot 体験版 Extension CRX File

Download Sup NINJA bot 体験版 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

                        Supreme超速購入ツール『Sup NINJA bot』の体験版です。
体験版ではカートインまでの機能を試すことができます。

製品版の購入は公式ホームページをチェックして下さい。
https://supninjabot.wordpress.com/

◆プライバシーポリシーURL◆
https://supninjabot.wordpress.com/privacy-policy/                    

Extension Basic Information

Name Sup NINJA bot 体験版 Sup NINJA bot 体験版
ID afchgkcegagiojbbnfinkadbjhgkbbbj
Official URL https://chromewebstore.google.com/detail/sup-ninja-bot-%E4%BD%93%E9%A8%93%E7%89%88/afchgkcegagiojbbnfinkadbjhgkbbbj
Description Sup NINJA bot 体験版
File Size 113 KB
Installation Count 465
Current Version 1.1.6
Last Updated 2019-01-28
Publish Date 2019-01-27
Developer hellobotworld
Email [email protected]
Payment Type free
Extension Website https://supninjabot.wordpress.com/
Privacy Policy Page URL https://supninjabot.wordpress.com/privacy-policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "resouse\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "resouse\/jquery.min.js",
                "content_scripts\/checkout.js"
            ],
            "matches": [
                "http:\/\/www.supremenewyork.com\/checkout",
                "https:\/\/www.supremenewyork.com\/checkout"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Sup NINJA bot \u4f53\u9a13\u7248",
    "icons": {
        "128": "resouse\/icon_128.png",
        "16": "resouse\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Sup NINJA bot \u4f53\u9a13\u7248",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*\/*",
        ""
    ],
    "devtools_page": "devtools.html",
    "version": "1.1.6"
}