TweetNinja Autofill/ACO

Autofill/ACO developed by TweetNinja

TweetNinja Autofill/ACO क्या है?

TweetNinja Autofill/ACO jan.mitrovic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofill/ACO developed by TweetNinja"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TweetNinja Autofill/ACO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}