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."입니다.
확장 프로그램 스크린샷
Party Dawg 95 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |