Auto Prime.Date

An extension for Prime.Date that simplifies work with site.

Wat is Auto Prime.Date?

Auto Prime.Date is een Chrome-extensie ontwikkeld door Unnamed, en de belangrijkste functie is "An extension for Prime.Date that simplifies work with site.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Auto Prime.Date

Download Auto Prime.Date-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An extension for Prime.Date that simplifies work with site.

- Auto sending chat invitations
- Admin panel
- Auto sending lettes

And a lot more!                    

Basisinformatie over de Extensie

Naam Auto Prime.Date Auto Prime.Date
ID kejegofnfpifencdpmhdodmbkbifkdbh
Officiële URL https://chromewebstore.google.com/detail/auto-primedate/kejegofnfpifencdpmhdodmbkbifkdbh
Beschrijving An extension for Prime.Date that simplifies work with site.
Bestandsgrootte 507 KB
Aantal Installaties 22
Huidige Versie 1.06
Laatst Bijgewerkt 2019-09-08
Publicatiedatum 2019-09-07
Ontwikkelaar Unnamed
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Prime.Date",
    "description": "An extension for Prime.Date that simplifies work with site.",
    "version": "1.06",
    "author": "Bogdan",
    "icons": {
        "128": "\/assets\/128.png",
        "48": "\/assets\/48.png",
        "16": "\/assets\/16.png"
    },
    "permissions": [
        "https:\/\/api.prime.date\/",
        "https:\/\/beta.prime.date\/",
        "https:\/\/prime.date\/",
        "https:\/\/unko.space\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "background-prod.js"
        ]
    },
    "browser_action": {
        "default_title": "Prime-date"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/beta.prime.date\/*",
                "https:\/\/beta.prime.date\/",
                "https:\/\/prime.date\/",
                "https:\/\/prime.date\/*"
            ],
            "js": [
                "build-content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}