IT'S TIME FOR ALEX!

Alex time...

IT'S TIME FOR ALEX! là gì?

IT'S TIME FOR ALEX! là một tiện ích mở rộng Chrome được phát triển bởi JordanWelch, và tính năng chính của nó là "Alex time...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IT'S TIME FOR ALEX!

Tải xuống các tệp mở rộng IT'S TIME FOR ALEX! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IT'S TIME FOR ALEX! IT'S TIME FOR ALEX!
ID ibjnjklanhlepfahlbfohminnhinnbmk
URL Chính Thức https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk
Mô tả Alex time...
Kích Thước Tệp 15.7 MB
Số Lần Cài Đặt 307
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-27
Ngày Phát Hành 2019-03-27
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển JordanWelch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}