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. 擴展基本資訊
| 名稱 | |
| ID | ipjobglikbmbklmannaldfhcaonljffn |
| 官方網址 | 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"
}
]
} | |