Party Dawg 95

Spice up your browsing experience with an awesome party dog.

Party Dawg 95とは何ですか?

Party Dawg 95はhttps://seeread.infoによって開発されたChromeの拡張機能で、その主な機能は「Spice up your browsing experience with an awesome party dog.」です。

拡張機能のスクリーンショット

screenshot

Party Dawg 95拡張機能のCRXファイルをダウンロード

Party Dawg 95拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Love dogs? Wish you could browse the internet with a cool party dog? Party Dawg 95 is the ultimate integrated dog extension for your browsing needs.

Allow Party Dawg 95 to enhance your day and expand your notion of what fun can be.

You might need to restart your browser for Party Dawg to show up.  And Party Dawg doesn't track or want your browsing data.  Just your party.

Party Dawg 95 -- by SEEREAD.info                    

拡張機能の基本情報

名前 Party Dawg 95 Party Dawg 95
ID ljmnmbfmgglpadflokhloffibndcgjmg
公式URL https://chromewebstore.google.com/detail/party-dawg-95/ljmnmbfmgglpadflokhloffibndcgjmg
説明 Spice up your browsing experience with an awesome party dog.
ファイルサイズ 446 KB
インストール数 143
現在のバージョン 0.1.0
最終更新日 2015-06-05
公開日 2015-06-05
評価 5.00/5 合計 2 レビュー
開発者 https://seeread.info
支払い方法 free
拡張機能のウェブサイト http://goldstarmaterial.com/post/120799818221/party-dawg-95-chrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Party Dawg 95",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Spice up your browsing experience with an awesome party dog.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "partydog"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}