No Cyrus

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

No Cyrus là gì?

No Cyrus là một tiện ích mở rộng Chrome được phát triển bởi nuketibet, và tính năng chính của nó là "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".

Tải xuống tệp CRX của tiện ích mở rộng No Cyrus

Tải xuống các tệp mở rộng No Cyrus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No Cyrus No Cyrus
ID ofbidgnckljnplhimfnckohheefakmpn
URL Chính Thức https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn
Mô tả This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
Kích Thước Tệp 48.91 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-10-04
Ngày Phát Hành 2013-10-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nuketibet
Loại Thanh Toán free
Trang Web Mở Rộng http://www.stilldrinking.org
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}