Not Enough Pinterest
Browse interest without an account.
Что такое Not Enough Pinterest?
Not Enough Pinterest - это расширение Chrome, разработанное sclarklasley, и его основная функция - "Browse interest without an account.".
Снимки экрана расширения
Скачать файл CRX расширения Not Enough Pinterest
Скачайте файлы расширений Not Enough Pinterest в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Have you ever landed on a pinterest page after a google search and been annoyed by that signup nag that creeps up to force you to create an account to look any further? This extension removes the overlay so you can browse in peace. Note, this does not yet work on the home page, and it may never work for that.
Основная информация о расширении
Название | |
ID | ikjaahiemempijfcjjoogenebkamjpik |
Официальный URL | https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik |
Описание | Browse interest without an account. |
Размер файла | 11 KB |
Количество установок | 38 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-03-12 |
Дата публикации | 2016-03-12 |
Рейтинг | 1.00/5 Всего 5 оценок |
Разработчик | sclarklasley |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/stonelasley/NoPinterest |
URL страницы помощи | https://github.com/stonelasley/NoPinterest/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Not Enough Pinterest", "description": "Browse interest without an account.", "version": "1.0", "browser_action": { "default_icon": "assets\/icon.png" }, "permissions": [ "tabs", "*:\/\/*.pinterest.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.pinterest.com\/*" ], "js": [ "src\/nopinterest.js" ], "run_at": "document_end" } ] } |