IT'S TIME FOR ALEX!
Alex time...
Cos'è IT'S TIME FOR ALEX!?
IT'S TIME FOR ALEX! è un'estensione di Chrome sviluppata da JordanWelch, e la sua funzione principale è "Alex time...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IT'S TIME FOR ALEX!
Scarica i file di estensione IT'S TIME FOR ALEX! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
URL Ufficiale | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
Descrizione | Alex time... |
Dimensione del File | 15.7 MB |
Conteggio Installazioni | 307 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-27 |
Data di Pubblicazione | 2019-03-27 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | JordanWelch |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |