DJs Everwhere
It turns out everyone is a DJ
O que é DJs Everwhere?
DJs Everwhere é uma extensão do Chrome desenvolvida por crccheck, e sua principal característica é "It turns out everyone is a DJ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DJs Everwhere
Baixe arquivos de extensão DJs Everwhere 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
Changes certain titles to "DJ". Make the news more fun with headlines like: DJ Obama to announce executive action on immigration Thursday Ex-Virginia DJ Jim Webb announces he's forming 2016 exploratory committee William C. Dudley, DJ of the New York Fed, says, “I don't think anyone should question our motives.” After the DJ doubled down on his promise to change the immigration system, Greg Abbott made his own vow: Expect a lawsuit from Texas. But some legal DJs doubt Abbott can successfully challenge the DJ's order.
Informações Básicas da Extensão
Nome | DJs Everwhere |
ID | kohnmfkmnhcganbfphkhmahgheackagg |
URL Oficial | https://chromewebstore.google.com/detail/djs-everwhere/kohnmfkmnhcganbfphkhmahgheackagg |
Descrição | It turns out everyone is a DJ |
Tamanho do Arquivo | 3.58 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.2 |
Última Atualização | 2014-11-22 |
Data de Publicação | 2014-11-21 |
Desenvolvedor | crccheck |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/crccheck/dj.js |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DJs Everwhere", "short_name": "DJs Everywhere", "version": "0.2", "description": "It turns out everyone is a DJ", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |