Spray-tanned blobfish

This extension replaces Donald Trump with a random description that Jezebel has used to describe him

Spray-tanned blobfishคืออะไร?

Spray-tanned blobfish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย natekandler และคุณลักษณะหลักของมันคือ "This extension replaces Donald Trump with a random description that Jezebel has used to describe him"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spray-tanned blobfish

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

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

                        This extension replaces Donald Trump's name with a random description used on the site http://jezebel.com/.

exs. Half-melted pile of candy corn from Halloween ‘83, A parking cone with emotional issues,                    

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

ชื่อ Spray-tanned blobfish Spray-tanned blobfish
ID fonnacpnjcpacgifamkndcphmommihmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spray-tanned-blobfish/fonnacpnjcpacgifamkndcphmommihmm
คำอธิบาย This extension replaces Donald Trump with a random description that Jezebel has used to describe him
ขนาดไฟล์ 8.61 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-01-28
วันที่เผยแพร่ 2017-01-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา natekandler
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spray-tanned blobfish",
    "description": "This extension replaces Donald Trump with a random description that Jezebel has used to describe him",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}