The Joe Rogan Experience Productivity Podcast

The JRE plugin

The Joe Rogan Experience Productivity Podcastคืออะไร?

The Joe Rogan Experience Productivity Podcast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iamwill และคุณลักษณะหลักของมันคือ "The JRE plugin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Joe Rogan Experience Productivity Podcast

ดาวน์โหลดไฟล์ส่วนขยาย The Joe Rogan Experience Productivity Podcast ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For fans of the Joe Rogan Experience podcast, here's a plugin that allows a user to access Joe Rogan's youtube playlists from the "PowerfulJRE" and "JRE clips" channel.

This plugin shows relevant playlist videos pertaining to: "JRE clips", "Most recent uploads",  "Best of the week videos", "The Joe Rogan Experience", and "JRE MMA show". 

A user can watch a video by clicking on the appropriate dropdown tab, and proceed with clicking play via the youtube player. 

A user can also leave the video playing and click the dropdown tab again to "minimize" or "hide" the dropdown tab, which would not interrupt the video (it will keep playing). 

The videos will play once you hit the play button via youtube, and you must pause it again to stop. If you play one video and then dropdown to play another, they will both play simultaneously, probably not your desired effect. 

The best way to maximize this plugin is to "pop out" the plugin, which essentially creates another window with the plugin inside. This way you can have all the features of the plugin as a separate window, you can drag is around, size it however you'd like, and really go incognito during your meetings and at work. 

A user can search through every single video plus all archived videos by name using a filtered autocomplete input search feature. For example in the screenshots you can see a sample search for Elon's interview.

You should install this if you enjoy watching Joe Rogan videos via youtube, you really want instant access to it, and you want an incognito way of watching / listening. You can also browse the playlist of videos within the youtube player.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Joe Rogan Experience Productivity Podcast The Joe Rogan Experience Productivity Podcast
ID gojjjlbagdfgifdkfbibefpenhijgohn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-joe-rogan-experience/gojjjlbagdfgifdkfbibefpenhijgohn
คำอธิบาย The JRE plugin
ขนาดไฟล์ 545 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2019-07-01
วันที่เผยแพร่ 2019-07-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา iamwill
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://iamwill.us
URL หน้าช่วยเหลือ https://iamwill.us
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Joe Rogan Experience Productivity Podcast",
    "short_name": "the JRE",
    "description": "The JRE plugin",
    "permissions": [
        "activeTab",
        "*:\/\/*.youtube.com\/*"
    ],
    "version": "0.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/images\/jre2_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": ".\/images\/jre2_icon_16.png",
        "48": ".\/images\/jre2_icon_48.png",
        "128": ".\/images\/jre2_icon_128.png"
    }
}