Party Dawg 95
Spice up your browsing experience with an awesome party dog.
Was ist Party Dawg 95?
Party Dawg 95 ist eine Chrome-Erweiterung, die von https://seeread.info entwickelt wurde, und ihr Hauptmerkmal ist "Spice up your browsing experience with an awesome party dog.".
Erweiterungsscreenshots
Party Dawg 95-Erweiterungs-CRX-Datei herunterladen
Laden Sie Party Dawg 95-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Party Dawg 95 |
ID | ljmnmbfmgglpadflokhloffibndcgjmg |
Offizielle URL | https://chromewebstore.google.com/detail/party-dawg-95/ljmnmbfmgglpadflokhloffibndcgjmg |
Beschreibung | Spice up your browsing experience with an awesome party dog. |
Dateigröße | 446 KB |
Installationsanzahl | 143 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2015-06-05 |
Veröffentlichungsdatum | 2015-06-05 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://seeread.info |
Zahlungsart | free |
Erweiterungswebsite | http://goldstarmaterial.com/post/120799818221/party-dawg-95-chrome |
Unterstützte Sprachen | 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" ] } |