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!”。

擴展截圖

screenshot

下載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 DogDog - feed dogs with every search
ID gfhgakhgdjniihlnjbbjhiebikhlleki
官方網址 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"
}