Sponsored Corgis
Replace Facebook 'Sponsored Stories' with pictures of corgis.
What is Sponsored Corgis?
Sponsored Corgis is a Chrome extension developed by Ian Donovan, and its main feature is "Replace Facebook 'Sponsored Stories' with pictures of corgis.".
Extension Screenshots
Download Sponsored Corgis Extension CRX File
Download Sponsored Corgis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hhjaidjgkafhbemfmgmbkocjcnbbpbep |
Official URL | https://chrome.google.com/webstore/detail/sponsored-corgis/hhjaidjgkafhbemfmgmbkocjcnbbpbep |
Description | Replace Facebook 'Sponsored Stories' with pictures of corgis. |
File Size | 67.41 KB |
Installation Count | 109 |
Current Version | 1.2.1 |
Last Updated | 2014-02-01 |
Publish Date | 2014-02-01 |
Rating | 4.50/5 Total 16 Ratings |
Developer | Ian Donovan |
Payment Type | free |
Supported Languages | 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 } } |