IT'S TIME FOR ALEX!
Alex time...
O que é IT'S TIME FOR ALEX!?
IT'S TIME FOR ALEX! é uma extensão do Chrome desenvolvida por JordanWelch, e sua principal característica é "Alex time...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IT'S TIME FOR ALEX!
Baixe arquivos de extensão IT'S TIME FOR ALEX! 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
Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.
Informações Básicas da Extensão
Nome | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
URL Oficial | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
Descrição | Alex time... |
Tamanho do Arquivo | 15.7 MB |
Contagem de Instalações | 307 |
Versão Atual | 1.0 |
Última Atualização | 2019-03-27 |
Data de Publicação | 2019-03-27 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | JordanWelch |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "TIME FOR ALEX" }, "content_scripts": [ { "css": [ "timetostop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Alex time... ", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "IT'S TIME FOR ALEX!", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "assets\/*" ] } |