No Cyrus

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

No Cyrusとは何ですか?

No Cyrusはnuketibetによって開発されたChromeの拡張機能で、その主な機能は「This extension hides any Facebook post with the word 'Cyrus' in it. You know why.」です。

No Cyrus拡張機能のCRXファイルをダウンロード

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