Play it my way [edited movies/TV]
Watch movies TV, and youtube online without the profanity and lewdity, free!
O que é Play it my way [edited movies/TV]?
Play it my way [edited movies/TV] é uma extensão do Chrome desenvolvida por https://playitmyway.org, e sua principal característica é "Watch movies TV, and youtube online without the profanity and lewdity, free!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Play it my way [edited movies/TV]
Baixe arquivos de extensão Play it my way [edited movies/TV] no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Playback edited online movies your way! Without the violence, profanity, lewdity, etc! Free! Watch Movies, TV, and youtube edited, free!
Informações Básicas da Extensão
Nome | Play it my way [edited movies/TV] |
ID | ionkpaepibbmmhcijkhmamakpeclkdml |
URL Oficial | https://chromewebstore.google.com/detail/play-it-my-way-edited-mov/ionkpaepibbmmhcijkhmamakpeclkdml |
Descrição | Watch movies TV, and youtube online without the profanity and lewdity, free! |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 461 |
Versão Atual | 0.0.164 |
Última Atualização | 2022-09-10 |
Data de Publicação | 2020-04-30 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | https://playitmyway.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://playitmyway.org/ |
URL da Página de Ajuda | https://www.facebook.com/Play-it-My-Way-1812282865478777/ |
Idiomas Suportados | 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\/*" ] } } |