Multiple p-site embed videos on one page
Run P-site iframe video in multiple divs!
Multiple p-site embed videos on one pageคืออะไร?
Multiple p-site embed videos on one page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย longdick321 และคุณลักษณะหลักของมันคือ "Run P-site iframe video in multiple divs!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multiple p-site embed videos on one page
ดาวน์โหลดไฟล์ส่วนขยาย Multiple p-site embed videos on one page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open one fullscreen page contain all current Pornhub video tabs 把当前p站视频集合到一个页面播放 .
Getting tired of fast forward video with one hand and other hand is still busy? How about watching multiple videos together?
心急火燎总想快进?为什么不一次多部,总有一个场景可以让你满意。请使用虚拟群乐图。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pppipdnaeifkhjinegdppjmcjlchdikl |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/multiple-p-site-embed-vid/pppipdnaeifkhjinegdppjmcjlchdikl |
| คำอธิบาย | Run P-site iframe video in multiple divs! |
| ขนาดไฟล์ | 29.77 KB |
| จำนวนการติดตั้ง | 139 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2020-05-11 |
| วันที่เผยแพร่ | 2020-05-11 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | longdick321 |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Multiple p-site embed videos on one page",
"version": "1.1",
"description": "Run P-site iframe video in multiple divs!",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/p-site3-16.png",
"32": "images\/p-site3-32.png",
"48": "images\/p-site3-48.png",
"128": "images\/p-site3-128.png"
}
},
"icons": {
"16": "images\/p-site3-16.png",
"32": "images\/p-site3-32.png",
"48": "images\/p-site3-48.png",
"128": "images\/p-site3-128.png"
},
"incognito": "split",
"manifest_version": 2
} | |