Sponsored Corgis

Replace Facebook 'Sponsored Stories' with pictures of corgis.

Что такое Sponsored Corgis?

Sponsored Corgis - это расширение Chrome, разработанное Ian Donovan, и его основная функция - "Replace Facebook 'Sponsored Stories' with pictures of corgis.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Sponsored Corgis

Скачайте файлы расширений Sponsored Corgis в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Tired of Facebook "Sponsored Stories"? Use AdBlock, but want a bit more flair in your browsing experience? Sponsored Corgis takes those pesky ads OUT of your Newsfeed and swaps IN pictures of adorable corgis. Corgis!

NEW IN VERSION 1.2
Custom images! Right-click on any image, go to the Sponsored Corgis menu, and select "Save image." When you shift to Custom Mode in Settings, your images will be used instead of the corgis to replace ads. If you change your mind, just right-click on the image and choose "Delete image." To get to the Settings menu, click on the corgi icon to the right of the address bar.                    

Основная информация о расширении

Название Sponsored Corgis Sponsored Corgis
ID hhjaidjgkafhbemfmgmbkocjcnbbpbep
Официальный URL https://chrome.google.com/webstore/detail/sponsored-corgis/hhjaidjgkafhbemfmgmbkocjcnbbpbep
Описание Replace Facebook 'Sponsored Stories' with pictures of corgis.
Размер файла 67.41 KB
Количество установок 109
Текущая Версия 1.2.1
Последнее Обновление 2014-02-01
Дата публикации 2014-02-01
Рейтинг 4.50/5 Всего 16 оценок
Разработчик Ian Donovan
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sponsored Corgis",
    "description": "Replace Facebook 'Sponsored Stories' with pictures of corgis.",
    "version": "1.2.1",
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Sponsored Corgis",
        "default_icon": "images\/icon.png",
        "default_popup": "settings.html"
    },
    "background": {
        "scripts": [
            "bootstrap.js",
            "custom_images.js"
        ],
        "persistent": false
    }
}