Matrix Start Tabs

Matrix Start Tabs - Welcome to Your Matrix

Matrix Start Tabs là gì?

Matrix Start Tabs là một tiện ích mở rộng Chrome được phát triển bởi bryce, và tính năng chính của nó là "Matrix Start Tabs - Welcome to Your Matrix".

Ả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 Matrix Start Tabs

Tải xuống các tệp mở rộng Matrix Start Tabs 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

                        Matrix Start Tabs is a Cyber Punk Styled background extensions. The background available are great for people who love green, futuristic, and even city backdrops. 

Updates include user improvements.                    

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

Tên Matrix Start Tabs Matrix Start Tabs
ID ebakplopaiajdldfdfphopanbopdhdfb
URL Chính Thức https://chromewebstore.google.com/detail/matrix-start-tabs/ebakplopaiajdldfdfphopanbopdhdfb
Mô tả Matrix Start Tabs - Welcome to Your Matrix
Kích Thước Tệp 239 KB
Số Lần Cài Đặt 2,261
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2022-03-14
Ngày Phát Hành 2022-02-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bryce
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://matrixstarttabs.com
URL Trang Trợ Giúp https://matrixstarttabs.com/?a=about
URL Trang Chính Sách Bảo Mật https://foreststarttabs.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Matrix Start Tabs",
    "description": "Matrix Start Tabs - Welcome to Your Matrix ",
    "version": "1.7",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/img\/icons\/matrix.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "UiRNYB_QlQthhyvuYrBmg8n8JiLMuWFhKQ7wN3sPi_U",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}