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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย superhero และคุณลักษณะหลักของมันคือ "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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vote for Pets
ดาวน์โหลดไฟล์ส่วนขยาย Vote for Pets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |