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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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'"
}