Auto Prime.Date

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

What is Auto Prime.Date?

Auto Prime.Date is a Chrome extension developed by Unnamed, and its main feature is "An extension for Prime.Date that simplifies work with site.".

Extension Screenshots

screenshot
screenshot

Download Auto Prime.Date Extension CRX File

Download Auto Prime.Date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

And a lot more!                    

Extension Basic Information

Name Auto Prime.Date Auto Prime.Date
ID kejegofnfpifencdpmhdodmbkbifkdbh
Official URL https://chromewebstore.google.com/detail/auto-primedate/kejegofnfpifencdpmhdodmbkbifkdbh
Description An extension for Prime.Date that simplifies work with site.
File Size 507 KB
Installation Count 22
Current Version 1.06
Last Updated 2019-09-08
Publish Date 2019-09-07
Developer Unnamed
Payment Type free
Supported Languages 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"
        }
    ]
}