Play it my way [edited movies/TV]

Watch movies TV, and youtube online without the profanity and lewdity, free!

¿Qué es Play it my way [edited movies/TV]?

Play it my way [edited movies/TV] es una extensión de Chrome desarrollada por https://playitmyway.org, y su función principal es "Watch movies TV, and youtube online without the profanity and lewdity, free!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Play it my way [edited movies/TV]

Descarga archivos de extensión Play it my way [edited movies/TV] 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

                        Playback edited online movies your way!  Without the violence, profanity, lewdity, etc! Free! Watch Movies, TV, and youtube edited, free!                    

Información Básica de la Extensión

Nombre Play it my way [edited movies/TV] Play it my way [edited movies/TV]
ID ionkpaepibbmmhcijkhmamakpeclkdml
URL Oficial https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml
Descripción Watch movies TV, and youtube online without the profanity and lewdity, free!
Tamaño del Archivo 103 KB
Cantidad de Instalaciones 461
Versión Actual 0.0.164
Última Actualización 2022-09-10
Fecha de Publicación 2020-04-30
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador https://playitmyway.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://playitmyway.org/
URL de la Página de Ayuda https://www.facebook.com/Play-it-My-Way-1812282865478777/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Play it my way [edited movies\/TV]",
    "description": "Watch movies TV, and youtube online without the profanity and lewdity, free!",
    "version": "0.0.164",
    "browser_action": {
        "default_icon": "camera.128.png",
        "default_popup": "popup.html",
        "default_title": "Play it my way"
    },
    "permissions": [
        "https:\/\/smile.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/playitmyway.org\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/*.google.com\/*",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/smile.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/playitmyway.org\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/*.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "edited_generic_player.js",
        "helpers.js"
    ],
    "icons": {
        "128": "camera.128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/playitmyway.org\/*",
            "https:\/\/localhost:3000\/*"
        ]
    }
}