Premiumize.me

Premiumize.me extension for Google Chrome/Chromium

Premiumize.meคืออะไร?

Premiumize.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย premiumize.me และคุณลักษณะหลักของมันคือ "Premiumize.me extension for Google Chrome/Chromium"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Premiumize.me

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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",
        ""
    ]
}