No Cyrus

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

What is No Cyrus?

No Cyrus is a Chrome extension developed by nuketibet, and its main feature is "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".

Download No Cyrus Extension CRX File

Download No Cyrus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name No Cyrus No Cyrus
ID ofbidgnckljnplhimfnckohheefakmpn
Official URL https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn
Description This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
File Size 48.91 KB
Installation Count 33
Current Version 1.0
Last Updated 2013-10-04
Publish Date 2013-10-04
Rating 5.00/5 Total 1 Ratings
Developer nuketibet
Payment Type free
Extension Website http://www.stilldrinking.org
Supported Languages 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"
    }
}