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文件
下载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] |
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\/*" ] } } |