Party Dawg 95

Spice up your browsing experience with an awesome party dog.

Cos'è Party Dawg 95?

Party Dawg 95 è un'estensione di Chrome sviluppata da https://seeread.info, e la sua funzione principale è "Spice up your browsing experience with an awesome party dog.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Party Dawg 95

Scarica i file di estensione Party Dawg 95 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Party Dawg 95 Party Dawg 95
ID ljmnmbfmgglpadflokhloffibndcgjmg
URL Ufficiale https://chromewebstore.google.com/detail/party-dawg-95/ljmnmbfmgglpadflokhloffibndcgjmg
Descrizione Spice up your browsing experience with an awesome party dog.
Dimensione del File 446 KB
Conteggio Installazioni 143
Versione Corrente 0.1.0
Ultimo Aggiornamento 2015-06-05
Data di Pubblicazione 2015-06-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://seeread.info
Tipo di Pagamento free
Sito Web dell'Estensione http://goldstarmaterial.com/post/120799818221/party-dawg-95-chrome
Lingue Supportate 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"
    ]
}