Hide Google Play Link

Hides the Google Play link in the Google bar.

Hide Google Play Linkคืออะไร?

Hide Google Play Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dan และคุณลักษณะหลักของมันคือ "Hides the Google Play link in the Google bar."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Google Play Link

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

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

                        If you are an iPhone user like me, than you likely don't care about Google Play, even if it is new.                    

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

ชื่อ Hide Google Play Link Hide Google Play Link
ID lgdcogjbngjjjeohgjbpjnellddcokok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok
คำอธิบาย Hides the Google Play link in the Google bar.
ขนาดไฟล์ 2.66 KB
จำนวนการติดตั้ง 725
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-03-30
วันที่เผยแพร่ 2012-03-30
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Google Play Link",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Hides the Google Play link in the Google bar.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.google.com\/"
    ]
}