9gag AutoPlay
You can just sit back and eat chips
Что такое 9gag AutoPlay?
9gag AutoPlay - это расширение Chrome, разработанное krystof1000, и его основная функция - "You can just sit back and eat chips".
Снимки экрана расширения
Скачать файл CRX расширения 9gag AutoPlay
Скачайте файлы расширений 9gag AutoPlay в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can just sit back and eat chips. For best experience: 1. Open a new tab and enter address chrome://flags/ 2. Find Smooth Scrolling flag. 3. Click Enable 4. Restart Chrome browser..
Основная информация о расширении
Название | |
ID | hokhmphaijobhgjgjgcdoglgoaehaooh |
Официальный URL | https://chrome.google.com/webstore/detail/9gag-autoplay/hokhmphaijobhgjgjgcdoglgoaehaooh |
Описание | You can just sit back and eat chips |
Размер файла | 39.69 KB |
Количество установок | 17 |
Текущая Версия | 1.3 |
Последнее Обновление | 2013-08-01 |
Дата публикации | 2013-08-01 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | krystof1000 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag AutoPlay", "description": "You can just sit back and eat chips", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/9gag.com\/*" ], "js": [ "jquery.js", "myscript.js" ] } ] } |