No Cyrus

This extension hides any Facebook post with the word 'Cyrus' in it. You know why.

No Cyrusคืออะไร?

No Cyrus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nuketibet และคุณลักษณะหลักของมันคือ "This extension hides any Facebook post with the word 'Cyrus' in it. You know why."

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

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

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

                        You go to Facebook, and poof! There are NO POSTS in your feed discussing Miley Cyrus.                    

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

ชื่อ No Cyrus No Cyrus
ID ofbidgnckljnplhimfnckohheefakmpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn
คำอธิบาย This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
ขนาดไฟล์ 48.91 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-10-04
วันที่เผยแพร่ 2013-10-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา nuketibet
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.stilldrinking.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cyrus",
    "description": "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.",
    "version": "1.0",
    "homepage_url": "http:\/\/stilldrinking.org",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "popup.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}