Play it my way [edited movies/TV]

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

Co to jest Play it my way [edited movies/TV]?

Play it my way [edited movies/TV] to rozszerzenie Chrome opracowane przez https://playitmyway.org, a jego główną funkcją jest „Watch movies TV, and youtube online without the profanity and lewdity, free!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Play it my way [edited movies/TV]

Pobierz pliki rozszerzeń Play it my way [edited movies/TV] w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Play it my way [edited movies/TV] Play it my way [edited movies/TV]
ID ionkpaepibbmmhcijkhmamakpeclkdml
Oficjalny URL https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml
Opis Watch movies TV, and youtube online without the profanity and lewdity, free!
Rozmiar pliku 103 KB
Liczba instalacji 461
Aktualna Wersja 0.0.164
Ostatnia Aktualizacja 2022-09-10
Data Publikacji 2020-04-30
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper https://playitmyway.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://playitmyway.org/
Adres URL Strony Pomocy https://www.facebook.com/Play-it-My-Way-1812282865478777/
Obsługiwane Języki 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\/*"
        ]
    }
}