IT'S TIME FOR ALEX!
Alex time...
Vad är IT'S TIME FOR ALEX!?
IT'S TIME FOR ALEX! är en Chrome-tillägg utvecklad av JordanWelch, och dess huvudfunktion är "Alex time...".
Tilläggsskärmbilder
Ladda ner IT'S TIME FOR ALEX!-förlängningens CRX-fil
Ladda ner IT'S TIME FOR ALEX!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
Officiell webbadress | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
Beskrivning | Alex time... |
Filstorlek | 15.7 MB |
Antal Installationer | 307 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-03-27 |
Publiceringsdatum | 2019-03-27 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | JordanWelch |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |