IT'S TIME FOR ALEX!
Alex time...
Wat is IT'S TIME FOR ALEX!?
IT'S TIME FOR ALEX! is een Chrome-extensie ontwikkeld door JordanWelch, en de belangrijkste functie is "Alex time...".
Extensie Screenshots
Download het CRX-bestand van de extensie IT'S TIME FOR ALEX!
Download IT'S TIME FOR ALEX!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
Officiële URL | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
Beschrijving | Alex time... |
Bestandsgrootte | 15.7 MB |
Aantal Installaties | 307 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-03-27 |
Publicatiedatum | 2019-03-27 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | JordanWelch |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |