White Rabbit
Get rid of the annoying elements of streaming : countdown, ads, pop-ups
White Rabbitคืออะไร?
White Rabbit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webwalker และคุณลักษณะหลักของมันคือ "Get rid of the annoying elements of streaming : countdown, ads, pop-ups"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย White Rabbit
ดาวน์โหลดไฟล์ส่วนขยาย White Rabbit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get rid of annoying elements of streaming:
In dpstream.net (https://www.dpstream.net/external_link/*):
Redirect to the video without waiting for the countdown.
In voirfilms.info (https://www.voirfilms.info/*-*.htm ):
Delete site ads, toro-tags.com ads.
In openload.co (https://openload.co/embed/*) and streamango.com (https://streamango.com/embed/*):
Delete video overlay element. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nmapoiplonbfadgdnnnkjoakgjdifikn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn |
| คำอธิบาย | Get rid of the annoying elements of streaming : countdown, ads, pop-ups |
| ขนาดไฟล์ | 8.69 KB |
| จำนวนการติดตั้ง | 39 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2018-08-28 |
| วันที่เผยแพร่ | 2018-08-28 |
| คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | webwalker |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/wbwlkr/white-rabbit |
| URL หน้าช่วยเหลือ | https://github.com/wbwlkr/white-rabbit/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "White Rabbit",
"version": "1.0",
"description": "Get rid of the annoying elements of streaming : countdown, ads, pop-ups",
"icons": {
"32": "icons\/white-rabbit-32.png",
"64": "icons\/white-rabbit-64.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.dpstream.net\/external_link\/*"
],
"js": [
"wr-dpstream.js"
]
},
{
"matches": [
"*:\/\/www.voirfilms.info\/*-*.htm"
],
"js": [
"wr-voirfilms.js"
]
},
{
"matches": [
"*:\/\/openload.co\/embed\/*"
],
"js": [
"wr-openload.js"
]
},
{
"matches": [
"*:\/\/streamango.com\/embed\/*"
],
"js": [
"wr-streamango.js"
]
}
]
} | |