MYGNRFORUM (Izzy Banner)
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner
What is MYGNRFORUM (Izzy Banner)?
MYGNRFORUM (Izzy Banner) is a Chrome extension developed by chopaway, and its main feature is "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner".
Extension Screenshots
Download MYGNRFORUM (Izzy Banner) Extension CRX File
Download MYGNRFORUM (Izzy Banner) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner. Also inserts Izzys Twitter feed into the mygnrforum homepage sidebar.
Extension Basic Information
Name | |
ID | ppfkfjdpnecifanpaehghbnmjjblbamh |
Official URL | https://chromewebstore.google.com/detail/mygnrforum-izzy-banner/ppfkfjdpnecifanpaehghbnmjjblbamh |
Description | Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner |
File Size | 58.42 KB |
Installation Count | 0 |
Current Version | 1.0 |
Last Updated | 2017-04-07 |
Publish Date | 2017-04-05 |
Developer | chopaway |
Payment Type | free |
Supported Languages | 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" } } |