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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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