No Cyrus

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

Apa itu No Cyrus?

No Cyrus adalah ekstensi Chrome yang dikembangkan oleh nuketibet, dan fitur utamanya adalah "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".

Unduh Berkas CRX Ekstensi No Cyrus

Unduh file ekstensi No Cyrus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama No Cyrus No Cyrus
ID ofbidgnckljnplhimfnckohheefakmpn
URL Resmi https://chrome.google.com/webstore/detail/no-cyrus/ofbidgnckljnplhimfnckohheefakmpn
Deskripsi This extension hides any Facebook post with the word 'Cyrus' in it. You know why.
Ukuran File 48.91 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-10-04
Tanggal Publikasi 2013-10-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang nuketibet
Tipe Pembayaran free
Situs Ekstensi http://www.stilldrinking.org
Bahasa yang Didukung 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"
    }
}