Yeezify
Yeezify the web!
Yeezifyとは何ですか?
YeezifyはTerkel Gjervigによって開発されたChromeの拡張機能で、その主な機能は「Yeezify the web!」です。
拡張機能のスクリーンショット
Yeezify拡張機能のCRXファイルをダウンロード
Yeezify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sick of your Facebook friends? News getting you down? Boring images? Yeezify is a Chrome extenion that changes every image on a webpage to one of Kanye West. Instantly change all images on any given webpage to Yeezus. Install the extension, click the Kanye head and watch the magic happen!
拡張機能の基本情報
名前 | |
ID | bnhjledfkllachkdaphpcdbmdnkaahjj |
公式URL | https://chrome.google.com/webstore/detail/yeezify/bnhjledfkllachkdaphpcdbmdnkaahjj |
説明 | Yeezify the web! |
ファイルサイズ | 50.28 KB |
インストール数 | 60 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-08-04 |
公開日 | 2014-08-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Terkel Gjervig |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://yeezify.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yeezify", "version": "1.0.2", "manifest_version": 2, "description": "Yeezify the web!", "author": "Terkel Gjervig", "short_name": "Yeezify", "homepage_url": "http:\/\/yeezify.terkel.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js", "src\/bg\/yeezify.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "I'mma fix it" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |