Sponsored Corgis

Replace Facebook 'Sponsored Stories' with pictures of corgis.

Sponsored Corgisคืออะไร?

Sponsored Corgis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Donovan และคุณลักษณะหลักของมันคือ "Replace Facebook 'Sponsored Stories' with pictures of corgis."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sponsored Corgis

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}