Sup NINJA bot 体験版

Sup NINJA bot 体験版

Cos'è Sup NINJA bot 体験版?

Sup NINJA bot 体験版 è un'estensione di Chrome sviluppata da hellobotworld, e la sua funzione principale è "Sup NINJA bot 体験版".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Sup NINJA bot 体験版

Scarica i file di estensione Sup NINJA bot 体験版 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome Sup NINJA bot 体験版 Sup NINJA bot 体験版
ID afchgkcegagiojbbnfinkadbjhgkbbbj
URL Ufficiale https://chromewebstore.google.com/detail/sup-ninja-bot-%E4%BD%93%E9%A8%93%E7%89%88/afchgkcegagiojbbnfinkadbjhgkbbbj
Descrizione Sup NINJA bot 体験版
Dimensione del File 113 KB
Conteggio Installazioni 465
Versione Corrente 1.1.6
Ultimo Aggiornamento 2019-01-28
Data di Pubblicazione 2019-01-27
Sviluppatore hellobotworld
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://supninjabot.wordpress.com/
URL della Pagina della Politica sulla Privacy https://supninjabot.wordpress.com/privacy-policy
Lingue Supportate 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"
}