Purple Rain

Purple Rain

Apa itu Purple Rain?

Purple Rain adalah ekstensi Chrome yang dikembangkan oleh blackrain69, dan fitur utamanya adalah "Purple Rain".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Purple Rain

Unduh file ekstensi Purple Rain dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Purple Rain is a tool developed to eliminate cumbersome activities of the Zoo World game and make it more enjoyable also enable you to do more for your zoo mates!                    

Informasi Dasar Ekstensi

Nama Purple Rain Purple Rain
ID daeppebkefikclglnghfhnodhgnjidbf
URL Resmi https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf
Deskripsi Purple Rain
Ukuran File 20.66 KB
Jumlah Instalasi 1,000
Versi Saat Ini 7.1
Terakhir Diperbarui 2019-07-21
Tanggal Publikasi 2019-07-17
Pengembang blackrain69
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://blackrain69.com
Bahasa yang Didukung en-US
manifest.json
{
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http*:\/\/zooworldgame.popreach.com\/*",
                "http*:\/\/zooworldclassic.popreach.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Purple Rain",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Purple Rain",
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "storage",
        "http:\/\/*.popreach.com\/*",
        "https:\/\/*.popreach.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.1"
}