Party Dawg 95
Spice up your browsing experience with an awesome party dog.
Party Dawg 95 là gì?
Party Dawg 95 là một tiện ích mở rộng Chrome được phát triển bởi https://seeread.info, và tính năng chính của nó là "Spice up your browsing experience with an awesome party dog.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Party Dawg 95
Tải xuống các tệp mở rộng Party Dawg 95 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Party Dawg 95 |
ID | ljmnmbfmgglpadflokhloffibndcgjmg |
URL Chính Thức | https://chromewebstore.google.com/detail/party-dawg-95/ljmnmbfmgglpadflokhloffibndcgjmg |
Mô tả | Spice up your browsing experience with an awesome party dog. |
Kích Thước Tệp | 446 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2015-06-05 |
Ngày Phát Hành | 2015-06-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://seeread.info |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://goldstarmaterial.com/post/120799818221/party-dawg-95-chrome |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |