Movie Cut

Edit online videos and share results with friends. Youtube and Netflix movies are supported

Movie Cutคืออะไร?

Movie Cut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moviecut.online และคุณลักษณะหลักของมันคือ "Edit online videos and share results with friends. Youtube and Netflix movies are supported"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Movie Cut

ดาวน์โหลดไฟล์ส่วนขยาย Movie Cut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        MovieCut allows to edit HTML5 videos on the fly by cutting out arbitrary parts of the video and sharing results on http://moviecut.online 

There are lot of scenarios when you might want to remove some parts of the video:
- Opening, closing credits
- Ads in the middle of the movie
- 18+ content that you want to remove to show the video to your kids
- Boring parts, bad acting
- Keep only a few minute of the video showing the plot (recap of an episode of the show).
- Keep only one particular scene 

The plugin is compatible with Youtube, Netflix and lots of other online video services.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Movie Cut Movie Cut
ID cchdbnepfilcfokfngamfpdkhbkkfilo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/movie-cut/cchdbnepfilcfokfngamfpdkhbkkfilo
คำอธิบาย Edit online videos and share results with friends. Youtube and Netflix movies are supported
ขนาดไฟล์ 264 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2018-01-09
วันที่เผยแพร่ 2018-01-09
คะแนน 1.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://moviecut.online
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Cut",
    "short_name": "moviecut",
    "version": "1.5",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.moviecut.online",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "css": [
                "material-icons.css",
                "inject.css"
            ],
            "js": [
                "starter.js",
                "jquery-3.2.1.min.js",
                "mouse.js",
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "shadow.css",
        "icons\/icon16.png",
        "icons\/icon38.png",
        "netflix-inject.js"
    ],
    "default_locale": "en"
}