No Cyrus

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

Vad är No Cyrus?

No Cyrus är en Chrome-tillägg utvecklad av nuketibet, och dess huvudfunktion är "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".

Ladda ner No Cyrus-förlängningens CRX-fil

Ladda ner No Cyrus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn No Cyrus No Cyrus
ID ofbidgnckljnplhimfnckohheefakmpn
Officiell webbadress https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn
Beskrivning This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
Filstorlek 48.91 KB
Antal Installationer 33
Aktuell Version 1.0
Senast Uppdaterad 2013-10-04
Publiceringsdatum 2013-10-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nuketibet
Betalningssätt free
Tilläggswebbplats http://www.stilldrinking.org
Stödda Språk 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"
    }
}