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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}