Play it my way [edited movies/TV]

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

Cos'è Play it my way [edited movies/TV]?

Play it my way [edited movies/TV] è un'estensione di Chrome sviluppata da https://playitmyway.org, e la sua funzione principale è "Watch movies TV, and youtube online without the profanity and lewdity, free!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Play it my way [edited movies/TV]

Scarica i file di estensione Play it my way [edited movies/TV] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Play it my way [edited movies/TV] Play it my way [edited movies/TV]
ID ionkpaepibbmmhcijkhmamakpeclkdml
URL Ufficiale https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml
Descrizione Watch movies TV, and youtube online without the profanity and lewdity, free!
Dimensione del File 103 KB
Conteggio Installazioni 461
Versione Corrente 0.0.164
Ultimo Aggiornamento 2022-09-10
Data di Pubblicazione 2020-04-30
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://playitmyway.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://playitmyway.org/
URL della Pagina di Aiuto https://www.facebook.com/Play-it-My-Way-1812282865478777/
Lingue Supportate 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\/*"
        ]
    }
}