Play it my way [edited movies/TV]

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

Wat is Play it my way [edited movies/TV]?

Play it my way [edited movies/TV] is een Chrome-extensie ontwikkeld door https://playitmyway.org, en de belangrijkste functie is "Watch movies TV, and youtube online without the profanity and lewdity, free!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Play it my way [edited movies/TV]

Download Play it my way [edited movies/TV]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Play it my way [edited movies/TV] Play it my way [edited movies/TV]
ID ionkpaepibbmmhcijkhmamakpeclkdml
Officiële URL https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml
Beschrijving Watch movies TV, and youtube online without the profanity and lewdity, free!
Bestandsgrootte 103 KB
Aantal Installaties 461
Huidige Versie 0.0.164
Laatst Bijgewerkt 2022-09-10
Publicatiedatum 2020-04-30
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://playitmyway.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://playitmyway.org/
Help Pagina-URL https://www.facebook.com/Play-it-My-Way-1812282865478777/
Ondersteunde Talen 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\/*"
        ]
    }
}