9GAG Counter
Shows the number of viewed entries of a 9GAG session.
什么是9GAG Counter?
9GAG Counter是由th4t开发的Chrome扩展程序,该扩展的主要功能是“Shows the number of viewed entries of a 9GAG session.”。
扩展截图
下载9GAG Counter扩展crx文件
下载9GAG Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | neodomdjpkaafjifhombcdnfankpjjol |
| 官方URL | https://chromewebstore.google.com/detail/9gag-counter/neodomdjpkaafjifhombcdnfankpjjol |
| 简介 | Shows the number of viewed entries of a 9GAG session. |
| 文件大小 | 44.87 KB |
| 安装次数 | 22 |
| 当前版本 | 1.3 |
| 更新时间 | 2013-06-13 |
| 上架时间 | 2013-06-13 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | th4t |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
} | |