9gag GIF addon
This addon automaticaly shows you the length of every gif on the website 9gag.com
What is 9gag GIF addon?
9gag GIF addon is a Chrome extension developed by Blazzfreezz, and its main feature is "This addon automaticaly shows you the length of every gif on the website 9gag.com".
Extension Screenshots
Download 9gag GIF addon Extension CRX File
Download 9gag GIF addon 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
Extension Basic Information
Name | 9gag GIF addon |
ID | giecpanbgcpgknljcmphhhfmbppmhhih |
Official URL | https://chrome.google.com/webstore/detail/9gag-gif-addon/giecpanbgcpgknljcmphhhfmbppmhhih |
Description | This addon automaticaly shows you the length of every gif on the website 9gag.com |
File Size | 3.44 KB |
Installation Count | 27 |
Current Version | 1.1 |
Last Updated | 2017-02-06 |
Publish Date | 2017-02-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Blazzfreezz |
Payment Type | free |
Extension Website | http://9gag.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag GIF addon", "short_name": "9gag is lyfe", "description": "This addon automaticaly shows you the length of every gif on the website 9gag.com", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/9gag.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ] } |