Dangerous Latte
Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Dangerous Latteとは何ですか?
Dangerous LatteはCeili Cornelisonによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.」です。
Dangerous Latte拡張機能のCRXファイルをダウンロード
Dangerous Latte拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension in the spirit of "Millennials to Snake People" or "Cloud to Butt" which converts all instances of 'Grande' (in reference to the size of coffee commonly available from most large coffee shop conglomerates, allegedly 16oz) to 'Ariana Grande' (in reference to the vocalist and pop sensation).
拡張機能の基本情報
名前 | ![]() |
ID | ifnoooicimhcakkmfbboblllopnhlaib |
公式URL | https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib |
説明 | Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'. |
ファイルサイズ | 3.57 KB |
インストール数 | 18 |
現在のバージョン | 1.0 |
最終更新日 | 2016-06-21 |
公開日 | 2016-06-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Ceili Cornelison |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dangerous Latte", "description": "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |