No Cyrus

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

ما هو No Cyrus؟

No Cyrus هو إضافة Chrome تم تطويرها بواسطة nuketibet، والميزة الرئيسية لها هي "This extension hides any Facebook post with the word 'Cyrus' in it. You know why.".

تحميل ملف CRX للإضافة No Cyrus

قم بتنزيل ملفات الامتداد No Cyrus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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