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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}