Replace Politics with this puppy

Replace Politics with this puppy

Что такое Replace Politics with this puppy?

Replace Politics with this puppy - это расширение Chrome, разработанное https://www.rippon.org, и его основная функция - "Replace Politics with this puppy".

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

screenshot

Скачать файл CRX расширения Replace Politics with this puppy

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

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

                        My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies.  This is the logical conclusion of being engaged to a geek.                    

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

Название Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
Официальный URL https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
Описание Replace Politics with this puppy
Размер файла 162 KB
Количество установок 248
Текущая Версия 0.1
Последнее Обновление 2016-03-10
Дата публикации 2016-03-10
Рейтинг 4.27/5 Всего 11 оценок
Разработчик https://www.rippon.org
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "facebook_filter.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Replace Politics with this puppy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Replace Politics with this puppy",
    "version": "0.1"
}