Same Picture of Dave Coulier

Inspired by this Tumblr: http://samepicofdavecoulier.tumblr.com/, prank friends by having Dave follow them everywhere.

Что такое Same Picture of Dave Coulier?

Same Picture of Dave Coulier - это расширение Chrome, разработанное Ben Halpern, и его основная функция - "Inspired by this Tumblr: http://samepicofdavecoulier.tumblr.com/, prank friends by having Dave follow them everywhere.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Same Picture of Dave Coulier

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

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

                        This extension is totally pointless and totally harmless. Secretly install it on someone's computer and watch for their reaction when they realize that their entire internet experience has been invaded by the same picture of Dave Coulier.

Inspired by the Tumblr entitled "The Same Picture of Dave Coulier Every Day" (http://samepicofdavecoulier.tumblr.com/), this Chrome extension brings the idea to the whole internet. Prank a friend (or enemy) by installing this extension on their browser without their knowledge and watch them crack up or panic. Let them squirm but show them how to uninstall when the fun is over.

Made by Ben Halpern (@bhalp1 on Twitter and stuff). If you like it, let me know and if you have an idea for another one, do not hesitate to let me know about it. I plan on making more of these, so stay tuned. I think they're pretty funny.                    

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

Название Same Picture of Dave Coulier Same Picture of Dave Coulier
ID cgeabdckhppkgainjcafbhljmemhaaek
Официальный URL https://chromewebstore.google.com/detail/same-picture-of-dave-coul/cgeabdckhppkgainjcafbhljmemhaaek
Описание Inspired by this Tumblr: http://samepicofdavecoulier.tumblr.com/, prank friends by having Dave follow them everywhere.
Размер файла 54.47 KB
Количество установок 49
Текущая Версия 1.0.1
Последнее Обновление 2014-04-07
Дата публикации 2014-04-07
Рейтинг 3.67/5 Всего 9 оценок
Разработчик Ben Halpern
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Same Picture of Dave Coulier",
    "description": "Inspired by this Tumblr: http:\/\/samepicofdavecoulier.tumblr.com\/, prank friends by having Dave follow them everywhere.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.jpg"
    ]
}