Hide Likes

Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…

ما هو Hide Likes؟

Hide Likes هو إضافة Chrome تم تطويرها بواسطة https://hidelikes.com، والميزة الرئيسية لها هي "Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hide Likes

قم بتنزيل ملفات الامتداد Hide Likes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hide likes and other vanity metrics on social media websites for a more authentic online experience.

Supported sites:
- Facebook
- Twitter
- YouTube
- Reddit
- Instagram                    

معلومات أساسية عن التمديد

الاسم Hide Likes Hide Likes
ID ebamaffgiechnomghfojkmlkaipoadni
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-likes/ebamaffgiechnomghfojkmlkaipoadni
الوصف Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…
حجم الملف 357 KB
عدد التثبيتات 2,000
النسخة الحالية 1.0.16
آخر تحديث 2021-11-09
تاريخ النشر 2020-05-03
تقييم 4.45/5 مجموع تقييمات 49
المطور https://hidelikes.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hidelikes.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.16",
    "name": "Hide Likes",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "",
        "webNavigation"
    ],
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_title": "Hide Likes",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.css"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}