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ファイルをダウンロード
DogDog - feed dogs with every search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |