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] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://playitmyway.org และคุณลักษณะหลักของมันคือ "Watch movies TV, and youtube online without the profanity and lewdity, free!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play it my way [edited movies/TV]

ดาวน์โหลดไฟล์ส่วนขยาย Play it my way [edited movies/TV] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}