Like Destroyer

Hides numbers of likes on Facebook

Like Destroyerคืออะไร?

Like Destroyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ismael Toé และคุณลักษณะหลักของมันคือ "Hides numbers of likes on Facebook"

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

screenshot

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

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

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

                        Are you bitter, jealous or envious when you see that your friend has 100 likes as you don't even have 10?

Fight against the "Like" syndrome by installing Like Destroyer.

Like Destroyer hides the number of likes on Facebook posts. Try it and you will see that you will be less depressed when you are on Facebook.

----------------------------------------------------------------

After the installation, visit chrome://extensions in your browser to deactivate/activate the extension. You need to refresh the Facebook page you are on to see the changes.                    

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

ชื่อ Like Destroyer Like Destroyer
ID jmeighjcpkcabachikbppeomnmajggei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/like-destroyer/jmeighjcpkcabachikbppeomnmajggei
คำอธิบาย Hides numbers of likes on Facebook
ขนาดไฟล์ 57.23 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-01-13
วันที่เผยแพร่ 2017-01-13
คะแนน 2.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Ismael Toé
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like Destroyer",
    "version": "1.0.1",
    "description": "Hides numbers of likes on Facebook",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Ismael To\u00e9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}