Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Apa itu Putinizer?

Putinizer adalah ekstensi Chrome yang dikembangkan oleh climberpete, dan fitur utamanya adalah "Replaces images on a webpage with pictures of Vladimir Putin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Putinizer

Unduh file ekstensi Putinizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
URL Resmi https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
Deskripsi Replaces images on a webpage with pictures of Vladimir Putin
Ukuran File 36.73 KB
Jumlah Instalasi 40
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-08-27
Tanggal Publikasi 2014-08-26
Penilaian 2.00/5 Total 4 Penilaian
Pengembang climberpete
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}