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 |
| 公式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
} | |