ClipNuke

Weapon of Mass Distribution.

Co to jest ClipNuke?

ClipNuke to rozszerzenie Chrome opracowane przez http://clipnuke.com, a jego główną funkcją jest „Weapon of Mass Distribution.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ClipNuke

Pobierz pliki rozszerzeń ClipNuke w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Don’t you wish you could sell your videos on every video platform instantly? ManyVids, OnlyFans, etc. ClipNuke is a content distribution platform. An automation toolkit, formfiller extension (this plugin), database, and spreadsheet that does exactly that!

ClipNuke makes it easy to manage your video distribution pipeline. Our clip store and tube site integrations make it a breeze to get paid across the many clip stores/platforms available online. You never have to type the same video description twice! No copy-paste, Autofill it instead! Our simple UI lets you add your video to a new site at one click of a button! It’s really that easy! Supercharge your revenue and customer reach ― this kind of power is not available anywhere else on the net! Instantly prefill any site’s “upload video” form with one click — a formfiller, but for your video catalog!

Easy as 1, 2, 3.
1) Download the browser extension.
2) Sign up for a ClipNuke account.
3) Add videos to your account.

You’ll instantly be able to distribute them across the most popular clip stores with one click. You can easily 3x your productivity, and recover lost time to film new clips each week! Make more money!

Our goal is to help content creators/producers everywhere organize and distribute their content on the top platforms like OnlyFans, ModelCentro, and even your own WooCommerce website. Triple your money by increasing your exposure cross-platform, save time doing it, and track your progress as a producer. Find opportunities to monetize your existing content that you’re currently missing out on.                    

Podstawowe informacje o rozszerzeniu

Nazwa ClipNuke ClipNuke
ID pkckkligpcfojcdckjaojbffmkpheonp
Oficjalny URL https://chrome.google.com/webstore/detail/clipnuke/pkckkligpcfojcdckjaojbffmkpheonp
Opis Weapon of Mass Distribution.
Rozmiar pliku 1.97 MB
Liczba instalacji 46
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-04-15
Data Publikacji 2022-02-22
Deweloper http://clipnuke.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://clipnuke.com
Adres URL Strony Pomocy https://clipnuke.com/contact-us/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Weapon of Mass Distribution.",
    "version": "1.0.1",
    "name": "ClipNuke",
    "manifest_version": 3,
    "permissions": [],
    "host_permissions": [
        "https:\/\/admin.clips4sale.com\/",
        "https:\/\/manyvids.com\/",
        "https:\/\/pornhub.com\/",
        "https:\/\/www.xvideos.com\/",
        "https:\/\/modelcentro.com\/",
        "https:\/\/clipnuke.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.clips4sale.com\/*",
                "https:\/\/admin.clips4sale.com\/clips*",
                "https:\/\/admin.clips4sale.com\/clips\/show"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/helpers\/helpers.js",
                "js\/jquery-ui.min.js",
                "js\/clips4sale\/content-script.js"
            ],
            "css": [
                "css\/onpage.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.kinkbomb.com\/Studiozone\/Editproduct*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/helpers\/helpers.js",
                "js\/kinkbomb\/content-script.js",
                "js\/tinymce.min.js"
            ],
            "css": [
                "css\/onpage.css"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/www.xvideos.com\/account\/uploads\/new*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/helpers\/helpers.js",
                "js\/xvideos\/content-script.js",
                "js\/xvideos\/defaults.js"
            ],
            "css": [
                "css\/onpage.css",
                "css\/xvideos\/xvideos.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.pornhub.com\/upload\/videodata*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/helpers\/helpers.js",
                "js\/pornhub\/content-script.js",
                "js\/pornhub\/defaults.js"
            ],
            "css": [
                "css\/onpage.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.manyvids.com\/Edit-vid\/*",
                "https:\/\/www.manyvids.com\/Edit-vid\/*",
                "https:\/\/www.manyvids.com\/Upload-vids\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/helpers\/helpers.js",
                "js\/manyvids\/content-script.js",
                "js\/manyvids\/defaults.js"
            ],
            "css": [
                "css\/onpage.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/modelcentro.com\/video\/*",
                "https:\/\/modelcentro.com\/videos"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/helpers\/helpers.js",
                "js\/modelcentro\/content-script.js",
                "js\/modelcentro\/defaults.js"
            ],
            "css": [
                "css\/onpage.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ClipNuke | Autofill forms to post videos quickly.",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/logo.png",
            "32": "icons\/logo.png"
        }
    }
}