Fern for YouTube

Moves comments to be next to the video on YouTube!

什麼是Fern for YouTube?

Fern for YouTube是由Ahsan Z.開發的Chrome擴展程式,該擴展的主要功能是“Moves comments to be next to the video on YouTube!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fern for YouTube擴展crx文件

下載Fern for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Ever wanted to read YouTube comments and watch the video at the same time without having to scroll down? Well, this extension helps you do just that! 

Fern for YouTube will move comments up and place them right next to the video! If you want to move the comments back down to their original position, you can simply toggle the "disable" button on the extension pane!

Enjoy a better, frustration-free YouTube comments experience with Fern For YouTube!

Note: This product is not affiliated with YouTube or Google in any way.                    

擴展基本資訊

名稱 Fern for YouTube Fern for YouTube
ID ppgbpdpeihnmhiidcakkjpigfpeajjmk
官方網址 https://chromewebstore.google.com/detail/fern-for-youtube/ppgbpdpeihnmhiidcakkjpigfpeajjmk
簡介 Moves comments to be next to the video on YouTube!
檔案大小 37.57 KB
安裝次數 46
目前版本 1.0
更新時間 2022-05-12
上架時間 2022-05-12
開發者 Ahsan Z.
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://fern234234.s3.us-east-2.amazonaws.com/PrivacyPolicy.pdf
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fern for YouTube",
    "description": "Moves comments to be next to the video on YouTube!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtube_style.css"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_idle"
        }
    ]
}