Stop Tony Meow
Replace the maddening face of Tony Abbott with cute little kittens
Stop Tony Meow란 무엇입니까?
Stop Tony Meow은(는) Danby에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the maddening face of Tony Abbott with cute little kittens"입니다.
확장 프로그램 스크린샷
Stop Tony Meow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Australian politics getting you down? Sick and tired of Tone's mug all over the shop? Calm down and chill out because there's an alternative - replacing Tone's face with pictures of cute little kittens. Much nicer.
확장 프로그램 기본 정보
이름 | |
ID | dilmdkcidhplbhnpehjmiahegnkpilnf |
공식 URL | https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf |
설명 | Replace the maddening face of Tony Abbott with cute little kittens |
파일 크기 | 134 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2014-02-05 |
출시 날짜 | 2014-02-05 |
평점 | 4.68/5 총 126 개의 평점 |
개발자 | Danby |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stop Tony Meow", "version": "0.0.1", "manifest_version": 2, "description": "Replace the maddening face of Tony Abbott with cute little kittens", "homepage_url": "http:\/\/stoptonymeow.com\/", "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |