Magic Actions for YouTube™

Enhance your YouTube watching experience! Cinema Mode, Mouse Wheel Volume Control, AutoHD, Expand, Snapshots …

¿Qué es Magic Actions for YouTube™?

Magic Actions for YouTube™ es una extensión de Chrome desarrollada por https://www.mycinema.pro, y su función principal es "Enhance your YouTube watching experience! Cinema Mode, Mouse Wheel Volume Control, AutoHD, Expand, Snapshots …".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Magic Actions for YouTube™

Descarga archivos de extensión Magic Actions for YouTube™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Magic Actions for YouTube™ is a lightweight and useful extension designed for a more comfortable watching experience. 

Magic Actions is very easy to use!

Magic Actions for YouTube™ - Key Features: 

✔ AutoHD feature - start play all YouTube™ videos in HD. 
+ Ultra HD 4k > HD1440p > HD1080p > HD720p > 480p > 360p > 240p > 144p 

✔ Instant control over volume by scrolling mouse wheel! 
+ OSD on-screen display.

✔ Cinema Mode - 1-click and the whole page is shaded. 
+ make you feel as if you were in a movie theater! 
+ click again to toggle back to the normal view. 
+ over 20 predefined color themes. 
+ your own custom colors. 

✔ 1-click to take snapshot from playing video and save as PNG, JPEG or WEBP image format! 

✔ Cool Day/Night toggle switch to browse YouTube in black or white. 

✔ View and delete your watch history. 

✔ Magic Vinyl and Multi-Range Looper. 

✔ Ratings preview for related videos. 

✔ Enlarge avatars and video thumbnails on mouse over. 

✔ Display user info in comments. 
+ country flag, uploaded videos count, views, subscribers, description, date joined etc. 

✔ Expand videos to full window size. 

✔ Auto Wide - always play in wide player mode.  

✔ Stop Auto-Play - manage whether or not the initial video will autoplay. 
+ allow/deny preloading a video. 
+ play a sound when loading complete.  

✔ Replay - repeat, replay a video again and again. 

✔ Auto-hide Player Controls - video controls will automatically hide after a video begins playing.  

✔ Hide Annotations -  Don't show video annotations. 

✔ Ability to hide comments, related videos, etc. 

You can show your appreciation and support future Magic Actions for YouTube™ development by donating via extension menu or at our website: 
https://www.chromeactions.com/contribute.html

OFFICIAL WEBSITE: 
https://www.mycinema.pro/ 

UPDATES & RELEASES: 
https://www.chromeactions.com/news.html 

EXTENSIONS GALLERY: 
https://chrome.google.com/webstore/detail/abjcfabbhafbcdfjoecdgepllmpfceif 

PRIVACY POLICY: 
https://www.chromeactions.com/privacy-policy.html 

MAGIC ACTIONS - YOUTUBE CHANNEL: 
https://www.youtube.com/channel/UCCwIAJrwWGB2GCyZSp41wNg 

TWITTER: 
https://twitter.com/chromeactions 

FACEBOOK: 
https://www.facebook.com/magicactions 

REQUIRED PERMISSIONS: 
"tabs": 
- to open and manage the following extension services: "Frame Capturer", "Options", "Quick Menu", "Support", access and manage YouTube™ tabs and windows. 

"contextMenus": 
- to add "Search on YouTube™" feature to Google Chrome's context menu. 

"http://*/*", "https://*/*": 
- to access YouTube™ web pages and embedded videos, manage related services at www.mycinema.pro 


CHANGES: 
Magic Actions has always been more than a simple ext...it's Magic! 
https://www.mycinema.pro/news.html 

v7.3 changes: 
Added several cool video filters: Milk, Noir, Oil painting, Pencil, Engraving, Age, Plastify, Colored Emboss, Soft Focus Lens and Matte.

v.3.0 changes:
♥ Support embedded youtube videos on Facebook, Google Buzz...
♥ Ability to choose OSD type:
+ Line+Text
+ Text only
+ No indication
♥ Auto-hide video annotations feature
♥ Highly optimized, fast code, doesn't use any third-party library (like jQuery or MooTools)
+ Fixed Auto replay pre-buffering

v.2.0 Added:
♥ Ability to set Auto HD quality
+ Highres! HD1080p HD720p 480p 360p 240p
♥ On/Off Mouse Wheel Volume Control
♥ Allow/Deny preloading/buffering a video on youtube.com
+ Code optimization                    

Información Básica de la Extensión

Nombre Magic Actions for YouTube™ Magic Actions for YouTube™
ID abjcfabbhafbcdfjoecdgepllmpfceif
URL Oficial https://chromewebstore.google.com/detail/magic-actions-for-youtube/abjcfabbhafbcdfjoecdgepllmpfceif
Descripción Enhance your YouTube watching experience! Cinema Mode, Mouse Wheel Volume Control, AutoHD, Expand, Snapshots …
Tamaño del Archivo 250 KB
Cantidad de Instalaciones 929,923
Versión Actual 7.9.5.2
Última Actualización 2023-05-22
Fecha de Publicación 2019-12-31
Calificación 4.73/5 Total de 128371 Calificaciones
Desarrollador https://www.mycinema.pro
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.mycinema.pro/
URL de la Página de Ayuda https://www.mycinema.pro/support.html
URL de la Página de Política de Privacidad https://www.mixesoft.com/privacy.html
Idiomas Soportados en
manifest.json
{
    "background": {
        "scripts": [
            "fjs267\/dbg267.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "fimg267\/16.png",
            "19": "fimg267\/19.png",
            "24": "fimg267\/24.png",
            "32": "fimg267\/32.png",
            "38": "fimg267\/38.png",
            "48": "fimg267\/48.png",
            "64": "fimg267\/64.png"
        },
        "default_popup": "dmenu267.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "fjs267\/dwatch267.js"
            ],
            "css": [
                "fcss267\/dtheme267.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/embed*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "fjs267\/dmusic267.js"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*",
                "https:\/\/www.youtube.com\/embed*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "fjs267\/dopt267.js"
            ],
            "matches": [
                "https:\/\/www.mycinema.pro\/options.html*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "fjs267\/dcs267.js"
            ],
            "matches": [
                "https:\/\/www.mycinema.pro\/*",
                "https:\/\/www.chromeactions.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "default-src 'none';script-src 'self';style-src 'self';img-src 'self';connect-src https:\/\/www.google-analytics.com https:\/\/api64.com https:\/\/clients2.google.com;report-uri https:\/\/appn.center\/apiv1\/csp;",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "fimg267\/128.png",
        "16": "fimg267\/16.png",
        "24": "fimg267\/24.png",
        "32": "fimg267\/32.png",
        "48": "fimg267\/48.png",
        "64": "fimg267\/64.png",
        "96": "fimg267\/96.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyfOC0uiQNOM7ITQ13U1fOKx\/SBYgiUJf8yjLOcjEHs+MrAw3dUWWEYsR8LfUpzKKzhvtxugI+fwpdG4cfEIFuQQgmkZgJfFHmoDuBQmDO7QB4+SXk8lq6nLb4JwujZ6rOJ6LYPX0PDtPMaynAI8jiRI1HpGJVSBA5epPrJZo1cQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "54.0",
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "options_page": "doptions267.html",
    "options_ui": {
        "page": "doptions267.html",
        "chrome_style": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "short_name": "MAFY",
    "homepage_url": "https:\/\/www.mycinema.pro\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.9.5.2",
    "web_accessible_resources": [
        "dopt267.html"
    ]
}