Sup NINJA bot 体験版

Sup NINJA bot 体験版

Was ist Sup NINJA bot 体験版?

Sup NINJA bot 体験版 ist eine Chrome-Erweiterung, die von hellobotworld entwickelt wurde, und ihr Hauptmerkmal ist "Sup NINJA bot 体験版".

Erweiterungsscreenshots

Sup NINJA bot 体験版-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sup NINJA bot 体験版-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

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

Grundlegende Informationen zur Erweiterung

Name Sup NINJA bot 体験版 Sup NINJA bot 体験版
ID afchgkcegagiojbbnfinkadbjhgkbbbj
Offizielle URL https://chromewebstore.google.com/detail/sup-ninja-bot-%E4%BD%93%E9%A8%93%E7%89%88/afchgkcegagiojbbnfinkadbjhgkbbbj
Beschreibung Sup NINJA bot 体験版
Dateigröße 113 KB
Installationsanzahl 465
Aktuelle Version 1.1.6
Letztes Update 2019-01-28
Veröffentlichungsdatum 2019-01-27
Entwickler hellobotworld
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://supninjabot.wordpress.com/
URL der Datenschutzrichtlinien-Seite https://supninjabot.wordpress.com/privacy-policy
Unterstützte Sprachen 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"
}