Automatic Fullscreen on Crunchyroll
Click on the switch buttom, press F11 and stay in your bed ;)
Vad är Automatic Fullscreen on Crunchyroll?
Automatic Fullscreen on Crunchyroll är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Click on the switch buttom, press F11 and stay in your bed ;)".
Tilläggsskärmbilder
Ladda ner Automatic Fullscreen on Crunchyroll-förlängningens CRX-fil
Ladda ner Automatic Fullscreen on Crunchyroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This extension automatically makes the crunchyroll video-player fullscreen when you open the page.
Github: https://github.com/Coystark/automatic-fullscreen-crunchyroll                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | pcbinggjelhcbebilcmlikomcgiippjb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/automatic-fullscreen-on-c/pcbinggjelhcbebilcmlikomcgiippjb | 
| Beskrivning | Click on the switch buttom, press F11 and stay in your bed ;) | 
| Filstorlek | 17.22 KB | 
| Antal Installationer | 365 | 
| Aktuell Version | 0.3 | 
| Senast Uppdaterad | 2020-04-12 | 
| Publiceringsdatum | 2020-04-12 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | Unknown | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/Coystark/automatic-fullscreen-crunchyroll | 
| Stödda Språk | 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"
    }
}  |  |