Metacritic

This extension helps to get information from www.metacritic.com very quickly using popup with rates

Metacriticคืออะไร?

Metacritic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AxelPAL และคุณลักษณะหลักของมันคือ "This extension helps to get information from www.metacritic.com very quickly using popup with rates"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Metacritic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is created to get a very quick search on metacritic.com. It shows the information from the site in more convenient way.
To find some game, movie, tv show or movie star just enter the request in textfield and press Return, or click the button.
You also can select some text on any webpage, click the extension icon and it will search for your request automatically.

Changelog:
1.1.1:
removed unnecessary permission

1.1.0:
Design from Metacritic itself
Added pagination

1.0.6:
Material Design + refactoring

1.0.5:
Fixed parsing the updated layout of Metacritic + changing some colours

1.0.4:
Fixed first run with no options selected

1.0.3:
Updated design
Added options

1.0.2:
fixed permissions, now works on https sites.

1.0.1:
fixed the bug when the game name contains spaces.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Metacritic Metacritic
ID hjpdekcbiocmnbdfijehljdegjidghhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metacritic/hjpdekcbiocmnbdfijehljdegjidghhh
คำอธิบาย This extension helps to get information from www.metacritic.com very quickly using popup with rates
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 390
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-08-11
วันที่เผยแพร่ 2016-12-27
คะแนน 3.85/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา AxelPAL
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "browser_action": {
        "default_icon": "128x128.png",
        "default_popup": "main.html",
        "default_title": "Get the metacritic score"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "selection.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3Vq6WH29Ym\/YRjnXmrEfpgM+AHL8u7ufit6lDef3iSGZeAZg99Qj3CQXLM0QVnawS1PUox9nlaJiE0fkY\/66SbBKt9kQES2l2p737VI3\/4C4GQoxYijkjIkG7mk22MELgc5eKxqR+kO2RjGaf\/ovEkiaSlmwzjzKG5jveXUac1wIDAQAB",
    "manifest_version": 2,
    "name": "Metacritic",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}