Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Vad är Putinizer?

Putinizer är en Chrome-tillägg utvecklad av climberpete, och dess huvudfunktion är "Replaces images on a webpage with pictures of Vladimir Putin".

Tilläggsskärmbilder

screenshot

Ladda ner Putinizer-förlängningens CRX-fil

Ladda ner Putinizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
Officiell webbadress https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
Beskrivning Replaces images on a webpage with pictures of Vladimir Putin
Filstorlek 36.73 KB
Antal Installationer 40
Aktuell Version 0.1
Senast Uppdaterad 2014-08-27
Publiceringsdatum 2014-08-26
Betyg 2.00/5 Totalt 4 Betyg
Utvecklare climberpete
Betalningssätt free
Stödda Språk 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"
        }
    ]
}