Putinizer
Replaces images on a webpage with pictures of Vladimir Putin
什么是Putinizer?
Putinizer是由climberpete开发的Chrome扩展程序,该扩展的主要功能是“Replaces images on a webpage with pictures of Vladimir Putin”。
扩展截图
下载Putinizer扩展crx文件
下载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 |
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" } ] } |