9GAG Counter
Shows the number of viewed entries of a 9GAG session.
Was ist 9GAG Counter?
9GAG Counter ist eine Chrome-Erweiterung, die von th4t entwickelt wurde, und ihr Hauptmerkmal ist "Shows the number of viewed entries of a 9GAG session.".
Erweiterungsscreenshots
9GAG Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie 9GAG Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | neodomdjpkaafjifhombcdnfankpjjol |
| Offizielle URL | https://chromewebstore.google.com/detail/9gag-counter/neodomdjpkaafjifhombcdnfankpjjol |
| Beschreibung | Shows the number of viewed entries of a 9GAG session. |
| Dateigröße | 44.87 KB |
| Installationsanzahl | 22 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2013-06-13 |
| Veröffentlichungsdatum | 2013-06-13 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | th4t |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |