Multiple p-site embed videos on one page
Run P-site iframe video in multiple divs!
What is Multiple p-site embed videos on one page?
Multiple p-site embed videos on one page is a Chrome extension developed by longdick321, and its main feature is "Run P-site iframe video in multiple divs!".
Extension Screenshots
Download Multiple p-site embed videos on one page Extension CRX File
Download Multiple p-site embed videos on one page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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? 心急火燎总想快进?为什么不一次多部,总有一个场景可以让你满意。请使用虚拟群乐图。
Extension Basic Information
Name | Multiple p-site embed videos on one page |
ID | pppipdnaeifkhjinegdppjmcjlchdikl |
Official URL | https://chrome.google.com/webstore/detail/multiple-p-site-embed-vid/pppipdnaeifkhjinegdppjmcjlchdikl |
Description | Run P-site iframe video in multiple divs! |
File Size | 29.77 KB |
Installation Count | 139 |
Current Version | 1.1 |
Last Updated | 2020-05-11 |
Publish Date | 2020-05-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | longdick321 |
Payment Type | free |
Supported Languages | 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 } |