Play it my way [edited movies/TV]

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

Was ist Play it my way [edited movies/TV]?

Play it my way [edited movies/TV] ist eine Chrome-Erweiterung, die von https://playitmyway.org entwickelt wurde, und ihr Hauptmerkmal ist "Watch movies TV, and youtube online without the profanity and lewdity, free!".

Erweiterungsscreenshots

screenshot

Play it my way [edited movies/TV]-Erweiterungs-CRX-Datei herunterladen

Laden Sie Play it my way [edited movies/TV]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Play it my way [edited movies/TV] Play it my way [edited movies/TV]
ID ionkpaepibbmmhcijkhmamakpeclkdml
Offizielle URL https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml
Beschreibung Watch movies TV, and youtube online without the profanity and lewdity, free!
Dateigröße 103 KB
Installationsanzahl 461
Aktuelle Version 0.0.164
Letztes Update 2022-09-10
Veröffentlichungsdatum 2020-04-30
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler https://playitmyway.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://playitmyway.org/
Hilfeseite URL https://www.facebook.com/Play-it-My-Way-1812282865478777/
Unterstützte Sprachen 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\/*"
        ]
    }
}