Doge ify - Super Doge!
A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.
什么是Doge ify - Super Doge!?
Doge ify - Super Doge!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.”。
扩展截图
下载Doge ify - Super Doge!扩展crx文件
下载Doge ify - Super Doge!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Doge ify - Super Doge! |
ID | hmknopojacdmgooajhbfebnhiedhgkff |
官方URL | https://chromewebstore.google.com/detail/doge-ify-super-doge/hmknopojacdmgooajhbfebnhiedhgkff |
简介 | A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal. |
文件大小 | 880 KB |
安装次数 | 398 |
当前版本 | 1.1 |
更新时间 | 2017-01-18 |
上架时间 | 2017-01-17 |
评分 | 2.67/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/adjavaherian/dogeify |
帮助页面URL | https://github.com/adjavaherian/dogeify/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge ify - Super Doge!", "short_name": "doge ify", "description": "A quick and fun way to spice up any website with Doge love. Refresh page to go back to normal.", "version": "1.1", "homepage_url": "https:\/\/github.com\/adjavaherian\/dogeify", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Super Dogeify!" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/www.reddit.com\/" ] } |