Vampetase
Chrome extension to override all images in a page by Vampeta.
什么是Vampetase?
Vampetase是由Fabiano Moraes开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to override all images in a page by Vampeta.”。
扩展截图
下载Vampetase扩展crx文件
下载Vampetase扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extensão para substituir todas as imagens de qualquer página pelas do Vampeta. :)
扩展基本信息
名称 | |
ID | pgmbhlpobmaiaopnnfhoocagmbncigfo |
官方URL | https://chrome.google.com/webstore/detail/vampetase/pgmbhlpobmaiaopnnfhoocagmbncigfo |
简介 | Chrome extension to override all images in a page by Vampeta. |
文件大小 | 728 KB |
安装次数 | 984 |
当前版本 | 1.0 |
更新时间 | 2014-11-25 |
上架时间 | 2014-11-25 |
评分 | 4.75/5 共24次评分 |
开发者 | Fabiano Moraes |
付费类型 | free |
扩展官网 | https://github.com/famoraes/vampetase |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vampetase", "version": "1.0", "manifest_version": 2, "description": "Chrome extension to override all images in a page by Vampeta.", "homepage_url": "https:\/\/github.com\/famoraes\/vampetase", "author": "Fabiano Moraes", "short_name": "Vampetase", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/vampetase.js" ] } ] } |