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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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