Florida Man Replacer by Citations Needed
Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.
O que é Florida Man Replacer by Citations Needed?
Florida Man Replacer by Citations Needed é uma extensão do Chrome desenvolvida por Citations Needed, e sua principal característica é "Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Florida Man Replacer by Citations Needed
Baixe arquivos de extensão Florida Man Replacer by Citations Needed 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
https://www.patreon.com/citationsneededpodcast
Informações Básicas da Extensão
Nome | Florida Man Replacer by Citations Needed |
ID | jiaioinifmjihealclmeahbdpagleidd |
URL Oficial | https://chromewebstore.google.com/detail/florida-man-replacer-by-c/jiaioinifmjihealclmeahbdpagleidd |
Descrição | Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'. |
Tamanho do Arquivo | 11.36 KB |
Contagem de Instalações | 82 |
Versão Atual | 1.0 |
Última Atualização | 2019-04-22 |
Data de Publicação | 2019-04-18 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Citations Needed |
Tipo de Pagamento | free |
Site da Extensão | https://www.patreon.com/citationsneededpodcast |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Florida Man Replacer by Citations Needed", "version": "1.0", "description": "Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |