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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |