Sponsored Corgis

Replace Facebook 'Sponsored Stories' with pictures of corgis.

Sponsored Corgis क्या है?

Sponsored Corgis Ian Donovan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Facebook 'Sponsored Stories' with pictures of corgis."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sponsored Corgis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}