RickPot

Turns 1 in every 100 links into a rickroll

Что такое RickPot?

RickPot - это расширение Chrome, разработанное georgepowell10, и его основная функция - "Turns 1 in every 100 links into a rickroll".

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

screenshot

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

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

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

                        RickPot turns 1/100 links into a Rick Roll. It's RickPot luck!

No icon in the chrome-bar means you can stealthily install this on your friend's laptops and and wait for them to go crazy!                    

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

Название RickPot RickPot
ID anpoljppcdgolfkifkhljonddnajfgdc
Официальный URL https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc
Описание Turns 1 in every 100 links into a rickroll
Размер файла 100 KB
Количество установок 66
Текущая Версия 0.1
Последнее Обновление 2014-03-06
Дата публикации 2014-03-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик georgepowell10
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickPot",
    "version": "0.1",
    "description": "Turns 1 in every 100 links into a rickroll",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}