Purple Rain

Purple Rain

ما هو Purple Rain؟

Purple Rain هو إضافة Chrome تم تطويرها بواسطة blackrain69، والميزة الرئيسية لها هي "Purple Rain".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Purple Rain

قم بتنزيل ملفات الامتداد Purple Rain بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Purple Rain Purple Rain
ID daeppebkefikclglnghfhnodhgnjidbf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf
الوصف Purple Rain
حجم الملف 20.66 KB
عدد التثبيتات 1,000
النسخة الحالية 7.1
آخر تحديث 2019-07-21
تاريخ النشر 2019-07-17
المطور blackrain69
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://blackrain69.com
اللغات المدعومة 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"
}