Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Что такое Freedom to More Freedom?

Freedom to More Freedom - это расширение Chrome, разработанное https://nullify-ctf.blogspot.com, и его основная функция - "Replaces the text 'Security' with 'Freedom'.".

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

screenshot

Скачать файл CRX расширения Freedom to More Freedom

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

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

                        Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.                    

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

Название Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
Официальный URL https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Описание Replaces the text 'Security' with 'Freedom'.
Размер файла 3.37 KB
Количество установок 1,080
Текущая Версия 1.0
Последнее Обновление 2014-07-05
Дата публикации 2014-07-04
Рейтинг 2.83/5 Всего 18 оценок
Разработчик https://nullify-ctf.blogspot.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freedom to More Freedom",
    "version": "1.0",
    "description": "Replaces the text 'Security' with 'Freedom'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}