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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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? 心急火燎总想快进?为什么不一次多部,总有一个场景可以让你满意。请使用虚拟群乐图。
معلومات أساسية عن التمديد
الاسم | Multiple p-site embed videos on one page |
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 } |