HLTV.org Spoiler Free
Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.
ما هو HLTV.org Spoiler Free؟
HLTV.org Spoiler Free هو إضافة Chrome تم تطويرها بواسطة Richard Persson، والميزة الرئيسية لها هي "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HLTV.org Spoiler Free
قم بتنزيل ملفات الامتداد HLTV.org Spoiler Free بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension hides results from played matches on HLTV.org and attempts to find and display replays of the match posted in the comments. Unofficial extension. Not maintained by HLTV.org. All rights belong to HLTV.org.
معلومات أساسية عن التمديد
الاسم | |
ID | facdaoogmolengljpfpnpjbigeohchcm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/hltvorg-spoiler-free/facdaoogmolengljpfpnpjbigeohchcm |
الوصف | Hides results from played matches and attempts to list replays posted in comments. Unofficial extension. |
حجم الملف | 97.3 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 0.0.15 |
آخر تحديث | 2015-12-12 |
تاريخ النشر | 2015-12-12 |
تقييم | 3.57/5 مجموع تقييمات 7 |
المطور | Richard Persson |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HLTV.org Spoiler Free", "version": "0.0.15", "manifest_version": 2, "description": "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.hltv.org\/", "http:\/\/www.hltv.org\/?ref=logo", "http:\/\/hltv.org\/", "http:\/\/hltv.org\/match\/*", "http:\/\/www.hltv.org\/match\/*", "http:\/\/hltv.org\/results\/*", "http:\/\/www.hltv.org\/results\/*" ], "css": [ "bower_components\/angular\/angular-csp.css", "styles\/main.css" ], "js": [ "bower_components\/angular\/angular.min.js", "bower_components\/jquery\/dist\/jquery.min.js", "scripts.babel\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "bower_components\/angular\/*", "bower_components\/jquery\/*" ] } |