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 là gì?

Vote for Pets là một tiện ích mở rộng Chrome được phát triển bởi superhero, và tính năng chính của nó là "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".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vote for Pets

Tải xuống các tệp mở rộng Vote for Pets 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vote for Pets Vote for Pets
ID egcmchfeolmpdbgbcgpflhgaoegmbggb
URL Chính Thức https://chrome.google.com/webstore/detail/vote-for-pets/egcmchfeolmpdbgbcgpflhgaoegmbggb
Mô tả 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
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-04-09
Ngày Phát Hành 2014-04-09
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển superhero
Loại Thanh Toán free
Trang Web Mở Rộng http://voteforpets.co.za/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}