9GAG Counter
Shows the number of viewed entries of a 9GAG session.
What is 9GAG Counter?
9GAG Counter is a Chrome extension developed by th4t, and its main feature is "Shows the number of viewed entries of a 9GAG session.".
Extension Screenshots
Download 9GAG Counter Extension CRX File
Download 9GAG Counter 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
Scrolling... Scrolling... I wonder how many silly jokes I have viewed by now. Oh, THAT many. OK, just 10 more... Mouse over the icon to see the complete number in a tooltip. The count is truncated to the last two digits and turns red if the number is greater than 99.
Extension Basic Information
Name | 9GAG Counter |
ID | neodomdjpkaafjifhombcdnfankpjjol |
Official URL | https://chromewebstore.google.com/detail/9gag-counter/neodomdjpkaafjifhombcdnfankpjjol |
Description | Shows the number of viewed entries of a 9GAG session. |
File Size | 44.87 KB |
Installation Count | 22 |
Current Version | 1.3 |
Last Updated | 2013-06-13 |
Publish Date | 2013-06-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | th4t |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9GAG Counter", "version": "1.3", "manifest_version": 2, "description": "Shows the number of viewed entries of a 9GAG session.", "icons": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "page_action": { "default_icon": "static\/icon19.png", "default_title": "0" }, "background": { "page": "bg.html", "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/9gag.com\/*" ], "js": [ "static\/jquery.js", "cntnt.js" ] } ], "permissions": [ "tabs", "*:\/\/9gag.com\/*" ] } |