NSFSquirrels
This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
Что такое NSFSquirrels?
NSFSquirrels - это расширение Chrome, разработанное Buckwheat469, и его основная функция - "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".
Снимки экрана расширения
Скачать файл CRX расширения NSFSquirrels
Скачайте файлы расширений NSFSquirrels в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Based on XKCD What If? number 98 and a random comment on Reddit, this extension will replace NSFW images with pictures of squirrels from Flickr. It will replace a maximum of 50 images per page. Основная информация о расширении
| Название | |
| ID | jelidmdmniigalcbkgbllphhmdonpifd |
| Официальный URL | https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd |
| Описание | This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels. |
| Размер файла | 3.7 KB |
| Количество установок | 24 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2014-05-29 |
| Дата публикации | 2014-05-28 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Buckwheat469 |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NSFSquirrels",
"description": "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.",
"version": "1.1",
"permissions": [
"https:\/\/secure.flickr.com\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.reddit.com\/*",
"http:\/\/www.reddit.com\/*\/*"
],
"js": [
"NSFSquirrels.js"
]
}
]
} | |