Replace Politics with this puppy

Replace Politics with this puppy

Replace Politics with this puppy là gì?

Replace Politics with this puppy là một tiện ích mở rộng Chrome được phát triển bởi https://www.rippon.org, và tính năng chính của nó là "Replace Politics with this puppy".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Replace Politics with this puppy

Tải xuống các tệp mở rộng Replace Politics with this puppy 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

                        My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies.  This is the logical conclusion of being engaged to a geek.                    

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

Tên Replace Politics with this puppy Replace Politics with this puppy
ID jkiipmgmalkgnghofkaipfngciefcdij
URL Chính Thức https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij
Mô tả Replace Politics with this puppy
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 248
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-03-10
Ngày Phát Hành 2016-03-10
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://www.rippon.org
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "facebook_filter.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Replace Politics with this puppy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Replace Politics with this puppy",
    "version": "0.1"
}