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是由Ben Halpern開發的Chrome擴展程式,該擴展的主要功能是“Inspired by this Tumblr: http://samepicofdavecoulier.tumblr.com/, prank friends by having Dave follow them everywhere.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Same Picture of Dave Coulier擴展crx文件

下載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
官方網址 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"
    ]
}