[Buzzfeed Replacement]

[Replaces the word Buzzfeed in your browser.]

ما هو [Buzzfeed Replacement]؟

[Buzzfeed Replacement] هو إضافة Chrome تم تطويرها بواسطة Jason Lamb، والميزة الرئيسية لها هي "[Replaces the word Buzzfeed in your browser.]".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة [Buzzfeed Replacement]

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

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

                        This extension will replace the word "BuzzFeed" with "Life affirming list for sad millenials".

In Alpha.                    

معلومات أساسية عن التمديد

الاسم [Buzzfeed Replacement] [Buzzfeed Replacement]
ID kofnoecigmaecpnejpoaaampodgpbmfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/buzzfeed-replacement/kofnoecigmaecpnejpoaaampodgpbmfg
الوصف [Replaces the word Buzzfeed in your browser.]
حجم الملف 3.29 KB
عدد التثبيتات 13
النسخة الحالية 0.2
آخر تحديث 2015-09-22
تاريخ النشر 2015-09-22
تقييم 1.00/5 مجموع تقييمات 1
المطور Jason Lamb
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "[Buzzfeed Replacement]",
    "description": "[Replaces the word Buzzfeed in your browser.]",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}