9GAG Enhancer
The easiest way to have even more fun on 9GAG!
Что такое 9GAG Enhancer?
9GAG Enhancer - это расширение Chrome, разработанное https://www.hyrioo.com, и его основная функция - "The easiest way to have even more fun on 9GAG!".
Снимки экрана расширения
Скачать файл CRX расширения 9GAG Enhancer
Скачайте файлы расширений 9GAG Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The easiest way to have even more fun on 9GAG!
Основная информация о расширении
Название | 9GAG Enhancer |
ID | hkgekboaiglckocckkledkfcocbjnnfk |
Официальный URL | https://chromewebstore.google.com/detail/9gag-enhancer/hkgekboaiglckocckkledkfcocbjnnfk |
Описание | The easiest way to have even more fun on 9GAG! |
Размер файла | 147 KB |
Количество установок | 93 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-04-01 |
Дата публикации | 2016-03-31 |
Рейтинг | 3.57/5 Всего 7 оценок |
Разработчик | https://www.hyrioo.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9GAG Enhancer", "version": "1.0", "manifest_version": 2, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/9gag.com\/*", "*:\/\/*.9cache.com\/*" ], "incognito": "spanning", "content_scripts": [ { "js": [ "js\/jquery-plugins\/jquery.min.js", "js\/content-scripts\/9gag.min.js" ], "css": [ "css\/9gag.css" ], "matches": [ "*:\/\/9gag.com\/*" ], "exclude_matches": [ "*:\/\/9gag.com\/tv*" ], "run_at": "document_end" } ], "background": { "page": "html\/background.html" }, "options_page": "html\/options.html", "icons": { "128": "graphic\/logo\/logo-128.png" }, "web_accessible_resources": [ "html\/options.html" ] } |