Turdifier
Let you select some words that will be replaced by the poo emoji on every pages
O que é Turdifier?
Turdifier é uma extensão do Chrome desenvolvida por http://antoine.work, e sua principal característica é "Let you select some words that will be replaced by the poo emoji on every pages".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Turdifier
Baixe arquivos de extensão Turdifier 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
This extension let you choose a list of words that will be replaced by the "pile of poo" unicode character. The original font size of the word will be unchanged. It also replace the choosen words in page title but might produce weird characters on old OS. Found a bug ? need a feature ? Please send me a mail at [email protected]
Informações Básicas da Extensão
Nome | |
ID | pacfpdfkogneijkijmgjhdfghhfklbno |
URL Oficial | https://chrome.google.com/webstore/detail/turdifier/pacfpdfkogneijkijmgjhdfghhfklbno |
Descrição | Let you select some words that will be replaced by the poo emoji on every pages |
Tamanho do Arquivo | 28.17 KB |
Contagem de Instalações | 58 |
Versão Atual | 1.0 |
Última Atualização | 2017-11-02 |
Data de Publicação | 2017-11-02 |
Classificação | 4.00/5 Total de 8 Avaliações |
Desenvolvedor | http://antoine.work |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://lab.antoine.work/turdifier/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turdifier", "short_name": "Turdifier", "description": "Let you select some words that will be replaced by the poo emoji on every pages", "version": "1.0", "icons": { "128": "icon_128.png" }, "author": "Antoine Guillien", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Turdify", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "manifest_version": 2 } |