Are You Crazy?
You are crazy. You are out of your mind.
Are You Crazy?とは何ですか?
Are You Crazy?はkoalaman1324によって開発されたChromeの拡張機能で、その主な機能は「You are crazy. You are out of your mind.」です。
拡張機能のスクリーンショット
Are You Crazy?拡張機能のCRXファイルをダウンロード
Are You Crazy?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you ever see anything extremely cringey on the internet, you now have the perfect button to press. 拡張機能の基本情報
| 名前 | |
| ID | dnhdkeaffcfanfmmjnfagdmaiflpibgh |
| 公式URL | https://chromewebstore.google.com/detail/are-you-crazy/dnhdkeaffcfanfmmjnfagdmaiflpibgh |
| 説明 | You are crazy. You are out of your mind. |
| ファイルサイズ | 1.51 MB |
| インストール数 | 40 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-03-14 |
| 公開日 | 2016-03-14 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | koalaman1324 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Are You Crazy?",
"description": "You are crazy. You are out of your mind.",
"version": "1.0",
"browser_action": {
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |