Play it my way [edited movies/TV]

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

Qu'est-ce que Play it my way [edited movies/TV] ?

Play it my way [edited movies/TV] est une extension Chrome développée par https://playitmyway.org, et sa fonction principale est "Watch movies TV, and youtube online without the profanity and lewdity, free!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Play it my way [edited movies/TV]

Téléchargez les fichiers d'extension Play it my way [edited movies/TV] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Play it my way [edited movies/TV] Play it my way [edited movies/TV]
ID ionkpaepibbmmhcijkhmamakpeclkdml
URL Officiel https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml
Description Watch movies TV, and youtube online without the profanity and lewdity, free!
Taille du Fichier 103 KB
Nombre d'Installations 461
Version Actuelle 0.0.164
Dernière Mise à Jour 2022-09-10
Date de Publication 2020-04-30
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://playitmyway.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://playitmyway.org/
URL de la Page d'Aide https://www.facebook.com/Play-it-My-Way-1812282865478777/
Langues Prises en Charge 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\/*"
        ]
    }
}