IT'S TIME FOR ALEX!
Alex time...
Apa itu IT'S TIME FOR ALEX!?
IT'S TIME FOR ALEX! adalah ekstensi Chrome yang dikembangkan oleh JordanWelch, dan fitur utamanya adalah "Alex time...".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IT'S TIME FOR ALEX!
Unduh file ekstensi IT'S TIME FOR ALEX! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
URL Resmi | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
Deskripsi | Alex time... |
Ukuran File | 15.7 MB |
Jumlah Instalasi | 307 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-03-27 |
Tanggal Publikasi | 2019-03-27 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | JordanWelch |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |