Nerf substitutions

Make reading the news more fun.

ما هو Nerf substitutions؟

Nerf substitutions هو إضافة Chrome تم تطويرها بواسطة davidcadrian، والميزة الرئيسية لها هي "Make reading the news more fun.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Nerf substitutions

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

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

                        Replaces the word "assassination" with the words "the gun game on North Campus with guns".

Be careful when sending email!                    

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

الاسم Nerf substitutions Nerf substitutions
ID lpaijkbmcdolbendgmfbgepgocfgnplp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/nerf-substitutions/lpaijkbmcdolbendgmfbgepgocfgnplp
الوصف Make reading the news more fun.
حجم الملف 68.59 KB
عدد التثبيتات 35
النسخة الحالية 1.0.5
آخر تحديث 2014-05-29
تاريخ النشر 2014-05-29
تقييم 2.33/5 مجموع تقييمات 3
المطور davidcadrian
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nerf substitutions",
    "description": "Make reading the news more fun.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.jpg"
    }
}