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開發的Chrome擴展程式,該擴展的主要功能是“Watch movies TV, and youtube online without the profanity and lewdity, free!”。

擴展截圖

screenshot

下載Play it my way [edited movies/TV]擴展crx文件

下載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
官方網址 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\/*"
        ]
    }
}