Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Putinizerคืออะไร?

Putinizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย climberpete และคุณลักษณะหลักของมันคือ "Replaces images on a webpage with pictures of Vladimir Putin"

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

screenshot

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

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

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

                        You can never get enough Vladimir Putin in your life.  This extension replaces images on the pages you visit silently with images of Vladimir Putin.  

Press alt-shift and a number 1-9 to set the replacement level.  1 is about 10% replacement and 9 is 90%

Images that are very tall or very wide are typically not replaced.                    

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

ชื่อ Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
คำอธิบาย Replaces images on a webpage with pictures of Vladimir Putin
ขนาดไฟล์ 36.73 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-08-27
วันที่เผยแพร่ 2014-08-26
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา climberpete
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putinizer",
    "version": "0.1",
    "description": "Replaces images on a webpage with pictures of Vladimir Putin",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}