Sponsored Corgis

Replace Facebook 'Sponsored Stories' with pictures of corgis.

什么是Sponsored Corgis?

Sponsored Corgis是由Ian Donovan开发的Chrome扩展程序,该扩展的主要功能是“Replace Facebook 'Sponsored Stories' with pictures of corgis.”。

扩展截图

screenshot
screenshot

下载Sponsored Corgis扩展crx文件

下载Sponsored Corgis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tired of Facebook "Sponsored Stories"? Use AdBlock, but want a bit more flair in your browsing experience? Sponsored Corgis takes those pesky ads OUT of your Newsfeed and swaps IN pictures of adorable corgis. Corgis!

NEW IN VERSION 1.2
Custom images! Right-click on any image, go to the Sponsored Corgis menu, and select "Save image." When you shift to Custom Mode in Settings, your images will be used instead of the corgis to replace ads. If you change your mind, just right-click on the image and choose "Delete image." To get to the Settings menu, click on the corgi icon to the right of the address bar.                    

扩展基本信息

名称 Sponsored Corgis Sponsored Corgis
ID hhjaidjgkafhbemfmgmbkocjcnbbpbep
官方URL https://chrome.google.com/webstore/detail/sponsored-corgis/hhjaidjgkafhbemfmgmbkocjcnbbpbep
简介 Replace Facebook 'Sponsored Stories' with pictures of corgis.
文件大小 67.41 KB
安装次数 109
当前版本 1.2.1
更新时间 2014-02-01
上架时间 2014-02-01
评分 4.50/5 共16次评分
开发者 Ian Donovan
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sponsored Corgis",
    "description": "Replace Facebook 'Sponsored Stories' with pictures of corgis.",
    "version": "1.2.1",
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Sponsored Corgis",
        "default_icon": "images\/icon.png",
        "default_popup": "settings.html"
    },
    "background": {
        "scripts": [
            "bootstrap.js",
            "custom_images.js"
        ],
        "persistent": false
    }
}