IT'S TIME FOR ALEX!
Alex time...
Qu'est-ce que IT'S TIME FOR ALEX! ?
IT'S TIME FOR ALEX! est une extension Chrome développée par JordanWelch, et sa fonction principale est "Alex time...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IT'S TIME FOR ALEX!
Téléchargez les fichiers d'extension IT'S TIME FOR ALEX! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
URL Officiel | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
Description | Alex time... |
Taille du Fichier | 15.7 MB |
Nombre d'Installations | 307 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-03-27 |
Date de Publication | 2019-03-27 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | JordanWelch |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |