Premiumize.me

Premiumize.me extension for Google Chrome/Chromium

什麼是Premiumize.me?

Premiumize.me是由premiumize.me開發的Chrome擴展程式,該擴展的主要功能是“Premiumize.me extension for Google Chrome/Chromium”。

擴展截圖

screenshot

下載Premiumize.me擴展crx文件

下載Premiumize.me擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Premiumize.me Premiumize.me
ID phghheomfljihopkoefjdepmciocbbhe
官方網址 https://chrome.google.com/webstore/detail/premiumizeme/phghheomfljihopkoefjdepmciocbbhe
簡介 Premiumize.me extension for Google Chrome/Chromium
檔案大小 77.55 KB
安裝次數 5,000
目前版本 0.0.1
更新時間 2020-06-11
上架時間 2020-06-11
評分 5.00/5 共 1 次評分
開發者 premiumize.me
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.premiumize.me/
說明頁面URL https://www.premiumize.me/help
隱私政策頁面URL https://www.premiumize.me/legal
支援的語言 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",
        ""
    ]
}