Pineapple Search for Google
Removes the old Google logo and replaces it with a brand new Pineapple logo!
Pineapple Search for Googleとは何ですか?
Pineapple Search for Googleは0x46697265によって開発されたChromeの拡張機能で、その主な機能は「Removes the old Google logo and replaces it with a brand new Pineapple logo!」です。
拡張機能のスクリーンショット
Pineapple Search for Google拡張機能のCRXファイルをダウンロード
Pineapple Search for Google拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This AMAZING extention unlocks a SECRET mode for Google! Pineapple Mode! Enjoy a better Google logo, with updates coming to make this app even better. Install for loads of fun for you and your friends asking how you did it.
拡張機能の基本情報
名前 | |
ID | hihanncnceibcfamkfgaphappbjifghk |
公式URL | https://chrome.google.com/webstore/detail/pineapple-search-for-goog/hihanncnceibcfamkfgaphappbjifghk |
説明 | Removes the old Google logo and replaces it with a brand new Pineapple logo! |
ファイルサイズ | 10.17 KB |
インストール数 | 44 |
現在のバージョン | 3 |
最終更新日 | 2018-12-04 |
公開日 | 2018-12-04 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | 0x46697265 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pineapple Search for Google", "description": "Removes the old Google logo and replaces it with a brand new Pineapple logo!", "version": "3", "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*", "https:\/\/www.google.com\/*" ], "js": [ "pineapple.js" ] } ], "web_accessible_resources": [ "pineapple.svg" ], "icons": { "16": "pineapple16.png", "48": "pineapple48.png", "128": "pineapple128.png" }, "manifest_version": 2 } |