Party Dawg 95

Spice up your browsing experience with an awesome party dog.

Qu'est-ce que Party Dawg 95 ?

Party Dawg 95 est une extension Chrome développée par https://seeread.info, et sa fonction principale est "Spice up your browsing experience with an awesome party dog.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Party Dawg 95

Téléchargez les fichiers d'extension Party Dawg 95 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Party Dawg 95 Party Dawg 95
ID ljmnmbfmgglpadflokhloffibndcgjmg
URL Officiel https://chromewebstore.google.com/detail/party-dawg-95/ljmnmbfmgglpadflokhloffibndcgjmg
Description Spice up your browsing experience with an awesome party dog.
Taille du Fichier 446 KB
Nombre d'Installations 143
Version Actuelle 0.1.0
Dernière Mise à Jour 2015-06-05
Date de Publication 2015-06-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://seeread.info
Type de Paiement free
Site Web de l'Extension http://goldstarmaterial.com/post/120799818221/party-dawg-95-chrome
Langues Prises en Charge 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"
    ]
}