Crunchyroll Synopsis Hider
An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
ما هو Crunchyroll Synopsis Hider؟
Crunchyroll Synopsis Hider هو إضافة Chrome تم تطويرها بواسطة Zak Farmer، والميزة الرئيسية لها هي "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crunchyroll Synopsis Hider
قم بتنزيل ملفات الامتداد Crunchyroll Synopsis Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that hides the synopsis of anime episodes on Crunchyroll for the purpose of avoiding spoilers.
معلومات أساسية عن التمديد
الاسم | Crunchyroll Synopsis Hider |
ID | knifeefpnmekmdbhcijgobndaklhclea |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea |
الوصف | An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers. |
حجم الملف | 216 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2016-09-24 |
تاريخ النشر | 2016-09-24 |
تقييم | 3.60/5 مجموع تقييمات 5 |
المطور | Zak Farmer |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll Synopsis Hider", "description": "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.", "version": "1.1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "crunchyroll.css" ], "matches": [ "http:\/\/www.crunchyroll.com\/*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/www.crunchyroll.com\/*", "tabs" ], "web_accessible_resources": [ "crunchyroll.css" ] } |