DogeGuard
This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
DogeGuardとは何ですか?
DogeGuardはalex.j.herdzikによって開発されたChromeの拡張機能で、その主な機能は「This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.」です。
拡張機能のスクリーンショット
DogeGuard拡張機能のCRXファイルをダウンロード
DogeGuard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Slight variation on a sample app, in which everything hosted on cheezburger.com is replaced by a silly picture of a chihuahua I found on tumblr.
拡張機能の基本情報
名前 | |
ID | aecmhjjghimigepncpjelhpkpagogcnc |
公式URL | https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc |
説明 | This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua. |
ファイルサイズ | 8.48 KB |
インストール数 | 46 |
現在のバージョン | 1.0.1 |
最終更新日 | 2014-12-12 |
公開日 | 2014-12-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | alex.j.herdzik |
支払い方法 | free |
拡張機能のウェブサイト | https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg |
ヘルプページのURL | https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DogeGuard", "description": "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.", "version": "1.0.1", "background": { "scripts": [ "triggerGuard.js", "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", " |