9GAG Counter
Shows the number of viewed entries of a 9GAG session.
Что такое 9GAG Counter?
9GAG Counter - это расширение Chrome, разработанное th4t, и его основная функция - "Shows the number of viewed entries of a 9GAG session.".
Снимки экрана расширения
Скачать файл CRX расширения 9GAG Counter
Скачайте файлы расширений 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.
Основная информация о расширении
Название | 9GAG Counter |
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\/*" ] } |