April Fools

Install on a friends computer

April Foolsคืออะไร?

April Fools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamie Davies และคุณลักษณะหลักของมันคือ "Install on a friends computer"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย April Fools

ดาวน์โหลดไฟล์ส่วนขยาย April Fools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        An april fools prank, upload to a friends computer                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ April Fools April Fools
ID fnemjnappdabnimhdhpadpedilfcegmo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/april-fools/fnemjnappdabnimhdhpadpedilfcegmo
คำอธิบาย Install on a friends computer
ขนาดไฟล์ 26.63 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-04-01
วันที่เผยแพร่ 2015-04-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jamie Davies
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "April Fools",
    "description": "Install on a friends computer",
    "author": "Jamie Davies",
    "offline_enabled": true,
    "version": "1.0",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.jpg",
        "48": "icons\/icon48.jpg",
        "64": "icons\/icon64.jpg",
        "128": "icons\/icon128.jpg"
    },
    "manifest_version": 2
}