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!"입니다.
확장 프로그램 스크린샷
Play it my way [edited movies/TV] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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] |
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\/*" ] } } |