Sup NINJA bot 体験版

Sup NINJA bot 体験版

Wat is Sup NINJA bot 体験版?

Sup NINJA bot 体験版 is een Chrome-extensie ontwikkeld door hellobotworld, en de belangrijkste functie is "Sup NINJA bot 体験版".

Extensie Screenshots

Download het CRX-bestand van de extensie Sup NINJA bot 体験版

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

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

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

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

Basisinformatie over de Extensie

Naam Sup NINJA bot 体験版 Sup NINJA bot 体験版
ID afchgkcegagiojbbnfinkadbjhgkbbbj
Officiële URL https://chromewebstore.google.com/detail/sup-ninja-bot-%E4%BD%93%E9%A8%93%E7%89%88/afchgkcegagiojbbnfinkadbjhgkbbbj
Beschrijving Sup NINJA bot 体験版
Bestandsgrootte 113 KB
Aantal Installaties 465
Huidige Versie 1.1.6
Laatst Bijgewerkt 2019-01-28
Publicatiedatum 2019-01-27
Ontwikkelaar hellobotworld
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://supninjabot.wordpress.com/
URL van de Privacybeleid Pagina https://supninjabot.wordpress.com/privacy-policy
Ondersteunde Talen 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"
}