Puggin.it v2
Replaces images with Pugs
什么是Puggin.it v2?
Puggin.it v2是由http://rockcandymedia.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces images with Pugs”。
扩展截图
下载Puggin.it v2扩展crx文件
下载Puggin.it v2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get this Chrome extension to pimp every page with a profusion of pugs. 1. Visit any website that has photos, such as Facebook or USA Today. 2. Click pug's face. 3. Enjoy the pugs.
扩展基本信息
名称 | |
ID | mfacambegnhggbaencfpgekddpmhjcep |
官方URL | https://chrome.google.com/webstore/detail/mfacambegnhggbaencfpgekddpmhjcep |
简介 | Replaces images with Pugs |
文件大小 | 69.06 KB |
安装次数 | 42 |
当前版本 | 2.1 |
更新时间 | 2019-08-23 |
上架时间 | 2019-08-23 |
评分 | 4.20/5 共5次评分 |
开发者 | http://rockcandymedia.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": [], "description": "Replaces images with Pugs", "homepage_url": "http:\/\/puggin.it", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "manifest_version": 2, "name": "Puggin.it v2", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1" } |