Automatic Fullscreen on Crunchyroll

Click on the switch buttom, press F11 and stay in your bed ;)

什麼是Automatic Fullscreen on Crunchyroll?

Automatic Fullscreen on Crunchyroll是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Click on the switch buttom, press F11 and stay in your bed ;)”。

擴展截圖

screenshot

下載Automatic Fullscreen on Crunchyroll擴展crx文件

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

擴展使用說明

                        This extension automatically makes the crunchyroll video-player fullscreen when you open the page.

Github: https://github.com/Coystark/automatic-fullscreen-crunchyroll                    

擴展基本資訊

名稱 Automatic Fullscreen on Crunchyroll Automatic Fullscreen on Crunchyroll
ID pcbinggjelhcbebilcmlikomcgiippjb
官方網址 https://chromewebstore.google.com/detail/automatic-fullscreen-on-c/pcbinggjelhcbebilcmlikomcgiippjb
簡介 Click on the switch buttom, press F11 and stay in your bed ;)
檔案大小 17.22 KB
安裝次數 365
目前版本 0.3
更新時間 2020-04-12
上架時間 2020-04-12
評分 5.00/5 共 1 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/Coystark/automatic-fullscreen-crunchyroll
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic Fullscreen on Crunchyroll",
    "version": "0.3",
    "description": "Click on the switch buttom, press F11 and stay in your bed ;)",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/*\/*",
                "http:\/\/www.crunchyroll.com\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "browser_action": {
        "default_title": "Automatic Fullscreen on Crunchyroll",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_disabled_16.png"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}