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是由longdick321開發的Chrome擴展程式,該擴展的主要功能是“Run P-site iframe video in multiple divs!”。
擴展截圖
下載Multiple p-site embed videos on one page擴展crx文件
下載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 |
| 官方網址 | 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
} | |