Purple Rain

Purple Rain

Purple Rain là gì?

Purple Rain là một tiện ích mở rộng Chrome được phát triển bởi blackrain69, và tính năng chính của nó là "Purple Rain".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Purple Rain

Tải xuống các tệp mở rộng Purple Rain dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Purple Rain Purple Rain
ID daeppebkefikclglnghfhnodhgnjidbf
URL Chính Thức https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf
Mô tả Purple Rain
Kích Thước Tệp 20.66 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 7.1
Cập Nhật Lần Cuối 2019-07-21
Ngày Phát Hành 2019-07-17
Nhà Phát Triển blackrain69
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://blackrain69.com
Ngôn Ngữ Được Hỗ Trợ 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"
}