Premiumize.me

Premiumize.me extension for Google Chrome/Chromium

Premiumize.me là gì?

Premiumize.me là một tiện ích mở rộng Chrome được phát triển bởi premiumize.me, và tính năng chính của nó là "Premiumize.me extension for Google Chrome/Chromium".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Premiumize.me

Tải xuống các tệp mở rộng Premiumize.me 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

                        Premiumize.me is a powerful cloud platform that allows you to remotely fetch and store content, links and videos.

This official addon helps integrates neatly into your chrome browser for some added convenience over the webapp. 

To make use of this extension you need a valid premium account on Premiumize.me - without one you are not able to use it.                    

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

Tên Premiumize.me Premiumize.me
ID phghheomfljihopkoefjdepmciocbbhe
URL Chính Thức https://chrome.google.com/webstore/detail/premiumizeme/phghheomfljihopkoefjdepmciocbbhe
Mô tả Premiumize.me extension for Google Chrome/Chromium
Kích Thước Tệp 77.55 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-06-11
Ngày Phát Hành 2020-06-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển premiumize.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.premiumize.me/
URL Trang Trợ Giúp https://www.premiumize.me/help
URL Trang Chính Sách Bảo Mật https://www.premiumize.me/legal
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Premiumize.me",
    "version": "0.0.1",
    "description": "Premiumize.me extension for Google Chrome\/Chromium",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Premiumize.me"
    },
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "proxy",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}