MYGNRFORUM (Izzy Banner)
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner
什么是MYGNRFORUM (Izzy Banner)?
MYGNRFORUM (Izzy Banner)是由chopaway开发的Chrome扩展程序,该扩展的主要功能是“Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner”。
扩展截图
下载MYGNRFORUM (Izzy Banner)扩展crx文件
下载MYGNRFORUM (Izzy Banner)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner. Also inserts Izzys Twitter feed into the mygnrforum homepage sidebar.
扩展基本信息
名称 | |
ID | ppfkfjdpnecifanpaehghbnmjjblbamh |
官方URL | https://chromewebstore.google.com/detail/mygnrforum-izzy-banner/ppfkfjdpnecifanpaehghbnmjjblbamh |
简介 | Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner |
文件大小 | 58.42 KB |
安装次数 | 0 |
当前版本 | 1.0 |
更新时间 | 2017-04-07 |
上架时间 | 2017-04-05 |
开发者 | chopaway |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "mygnrforumizzy", "name": "MYGNRFORUM (Izzy Banner)", "version": "1.0", "description": "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner", "author": "@chopaway", "content_scripts": [ { "css": [ "izzy.css" ], "matches": [ "*:\/\/www.mygnrforum.com\/*" ], "js": [ "jquery.js", "izzy.js" ], "run_at": "document_start", "all_frames": false } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |