PawPrintRadio

We Mean Furry

PawPrintRadio là gì?

PawPrintRadio là một tiện ích mở rộng Chrome được phát triển bởi ShadowLeRawr, và tính năng chính của nó là "We Mean Furry".

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

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

                        Paw Print Radio is an internet radio station that proudly plays some of the best music produced by the furry fandom. Originally founded as Mane Frame Radio in 2015 with a focus on music in the Brony fandom, this new effort is committed to providing listeners with a wide variety of music. Paw Print Radio is excited for this new endeavor into the Furry Community and looks forward to have all of its fans along for the ride.                    

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

Tên PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
URL Chính Thức https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
Mô tả We Mean Furry
Kích Thước Tệp 950 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2016-08-08
Ngày Phát Hành 2016-08-07
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ShadowLeRawr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pawprintradio.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PawPrintRadio",
    "version": "3.0",
    "manifest_version": 2,
    "description": "We Mean Furry",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "mypopup.html",
        "omnibox": {
            "keyword": "yeah"
        }
    },
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background"
    ]
}