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 |
Eメール | [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\/*" ] } } |