Crunchyroll Spoiler Patrol

Hides episode titles, descriptions, and thumbnails on Crunchyroll.com

ما هو Crunchyroll Spoiler Patrol؟

Crunchyroll Spoiler Patrol هو إضافة Chrome تم تطويرها بواسطة https://jihae.moe، والميزة الرئيسية لها هي "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Crunchyroll Spoiler Patrol

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

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

                        Hides episode titles and preview images on Crunchyroll's desktop site                    

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

الاسم Crunchyroll Spoiler Patrol Crunchyroll Spoiler Patrol
ID knjolfkaakakjkidapblabdknegcikjo
عنوان URL الرسمي https://chromewebstore.google.com/detail/crunchyroll-spoiler-patro/knjolfkaakakjkidapblabdknegcikjo
الوصف Hides episode titles, descriptions, and thumbnails on Crunchyroll.com
حجم الملف 115 KB
عدد التثبيتات 40
النسخة الحالية 0.0.0.1
آخر تحديث 2020-04-27
تاريخ النشر 2020-04-26
تقييم 3.00/5 مجموع تقييمات 2
المطور https://jihae.moe
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Spoiler Patrol",
    "description": "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Crunchyroll Spoiler Patrol",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.crunchyroll.com\/*"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}