Vote for Pets
An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home
Vote for Pets란 무엇입니까?
Vote for Pets은(는) superhero에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home"입니다.
확장 프로그램 스크린샷
Vote for Pets 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A handy extension that will replace any image it can identify as a South African politician with a picture of a cute dog or cat looking for a forever home. Say goodbye to your web pages being filled with red berets and blue dashikis and hello to the adorable animals being looked after by Barking Mad. ***** "Better value than a security fence" J. Zuchon **** "Way more reliable and stable than politicians" H. Schnauser **** "Makes me much happier than paying my taxes" J. Malamute If you have any technical issues please write to us at [email protected] (please don't post the question here - we cannot answer the posts). Learn more: www.voteforpets.co.za
확장 프로그램 기본 정보
이름 | |
ID | egcmchfeolmpdbgbcgpflhgaoegmbggb |
공식 URL | https://chrome.google.com/webstore/detail/vote-for-pets/egcmchfeolmpdbgbcgpflhgaoegmbggb |
설명 | An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home |
파일 크기 | 120 KB |
설치 횟수 | 80 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2014-04-09 |
출시 날짜 | 2014-04-09 |
평점 | 2.60/5 총 5 개의 평점 |
개발자 | superhero |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://voteforpets.co.za/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Vote for Pets", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*" ], "description": "An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home", "background": { "page": "background.html" }, "homepage_url": "http:\/\/voteforpets.co.za\/", "version": "1.0.2", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ] } |