TweetNinja Autofill/ACO

Autofill/ACO developed by TweetNinja

TweetNinja Autofill/ACOคืออะไร?

TweetNinja Autofill/ACO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jan.mitrovic และคุณลักษณะหลักของมันคือ "Autofill/ACO developed by TweetNinja"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweetNinja Autofill/ACO

ดาวน์โหลดไฟล์ส่วนขยาย TweetNinja Autofill/ACO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Autofill and Autocheckout for Supreme, Shopify, Velo, Shrey.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TweetNinja Autofill/ACO TweetNinja Autofill/ACO
ID fkmgeididifkhehemejojbeknegljhba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweetninja-autofillaco/fkmgeididifkhehemejojbeknegljhba
คำอธิบาย Autofill/ACO developed by TweetNinja
ขนาดไฟล์ 72.97 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 2.2.3
อัปเดตครั้งล่าสุด 2020-06-03
วันที่เผยแพร่ 2020-06-02
ผู้พัฒนา jan.mitrovic
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://tweet-ninja.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TweetNinja Autofill\/ACO",
    "description": "Autofill\/ACO developed by TweetNinja",
    "version": "2.2.3",
    "icons": {
        "128": ".\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png",
        "default_popup": ".\/popup_pages\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.tweet-ninja.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "tabs",
        "",
        "https:\/\/www.tweet-ninja.com\/",
        "clipboardWrite",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": ".\/option_page\/clicks.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*\/cart",
                "https:\/\/*\/*\/checkouts\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/checkout.stripe.com\/*"
            ],
            "js": [
                "scripts\/inject.js",
                "scripts\/shopifyatc.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/js.stripe.com\/*"
            ],
            "js": [
                "scripts\/stripe.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/cart"
            ],
            "js": [
                "scripts\/shopifycart.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/checkout.stripe.com\/pay\/*"
            ],
            "js": [
                "scripts\/stripecheckout.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/checkout.stripe.com\/*"
            ],
            "js": [
                "scripts\/stripev2.js"
            ],
            "exclude_matches": [
                "https:\/\/checkout.stripe.com\/pay\/*"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*\/checkouts\/*"
            ],
            "js": [
                "scripts\/shopify.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.shopifycs.com\/*"
            ],
            "js": [
                "scripts\/shopify2.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.supremenewyork.com\/checkout"
            ],
            "js": [
                "scripts\/supreme.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/*"
            ],
            "js": [
                "scripts\/googleforms.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/veloaco.js",
                "scripts\/animationremover.js",
                "scripts\/shreyaco.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.google.com\/recaptcha\/*"
            ],
            "js": [
                "scripts\/captcha.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/checkout"
            ],
            "js": [
                "scripts\/bigcartel.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.supremenewyork.com\/"
            ],
            "js": [
                "scripts\/monitoring.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.supremenewyork.com\/shop\/*"
            ],
            "js": [
                "scripts\/addtocart.js"
            ],
            "all_frames": true
        }
    ]
}