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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 } } |