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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |