Play it my way [edited movies/TV]

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

Play it my way [edited movies/TV] क्या है?

Play it my way [edited movies/TV] https://playitmyway.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch movies TV, and youtube online without the profanity and lewdity, free!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Play it my way [edited movies/TV] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Play it my way [edited movies/TV] Play it my way [edited movies/TV]
ID ionkpaepibbmmhcijkhmamakpeclkdml
आधिकारिक URL https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml
विवरण Watch movies TV, and youtube online without the profanity and lewdity, free!
फ़ाइल का आकार 103 KB
स्थापना संख्या 461
वर्तमान संस्करण 0.0.164
अंतिम अपडेट 2022-09-10
प्रकाशन तिथि 2020-04-30
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर https://playitmyway.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://playitmyway.org/
सहायता पृष्ठ URL https://www.facebook.com/Play-it-My-Way-1812282865478777/
समर्थित भाषाएँ 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\/*"
        ]
    }
}