DogDog - feed dogs with every search
DogDog feeds shelter pets with every search - for free!
DogDog - feed dogs with every search란 무엇입니까?
DogDog - feed dogs with every search은(는) https://dogdog.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DogDog feeds shelter pets with every search - for free!"입니다.
확장 프로그램 스크린샷
DogDog - feed dogs with every search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension replaces the default new tab view on DogDog.org, making it easy and convenient to feed dogs in need by simply searching online. 🔎 Search to raise money for shelters DogDog functions just like Yahoo, but it uses the ad revenue generated from your searches to provide food to animal shelters and dog rescues. With every search you make, you’ll be raising money to feed shelter pets in need! 🐶 Brighten your day with some cute dogs Every time you load a new tab, you’ll be greeted by a new user-uploaded dog photo. Add your own dog photos for a chance to be featured on DogDog’s homepage! Start donating food to shelters while you search now, with the DogDog extension!
확장 프로그램 기본 정보
이름 | DogDog - feed dogs with every search |
ID | gfhgakhgdjniihlnjbbjhiebikhlleki |
공식 URL | https://chromewebstore.google.com/detail/dogdog-feed-dogs-with-eve/gfhgakhgdjniihlnjbbjhiebikhlleki |
설명 | DogDog feeds shelter pets with every search - for free! |
파일 크기 | 727 KB |
설치 횟수 | 220 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2023-09-12 |
출시 날짜 | 2021-11-09 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://dogdog.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dogdog.org/ |
개인정보 보호 정책 페이지 URL | https://www.goodsearch.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DogDog - feed dogs with every search", "description": "DogDog feeds shelter pets with every search - for free!", "homepage_url": "https:\/\/www.dogdog.org", "action": { "default_icon": { "16": "favicon-16.png", "48": "favicon-48.png", "96": "favicon-96.png", "128": "favicon-128.png" }, "default_title": "DogDog - feed dogs with every search" }, "icons": { "16": "favicon-16.png", "48": "favicon-48.png", "96": "favicon-96.png", "128": "favicon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.dogdog.org\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.dogdog.org\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.dogdog.org\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3, "version": "2.0.4" } |