Pinterest Is Broken
Removes Pinterest Nag Screen
Pinterest Is Broken là gì?
Pinterest Is Broken là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Removes Pinterest Nag Screen".
Tải xuống tệp CRX của tiện ích mở rộng Pinterest Is Broken
Tải xuống các tệp mở rộng Pinterest Is Broken 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
Pinterest doesn't work if a user is not logged in. It is filled with nag screens that don't let you continue using the site. This removes those nag screens.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | elcpandnedagdhbpfboghlddofbnjlab |
URL Chính Thức | https://chromewebstore.google.com/detail/pinterest-is-broken/elcpandnedagdhbpfboghlddofbnjlab |
Mô tả | Removes Pinterest Nag Screen |
Kích Thước Tệp | 3.35 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-05-04 |
Ngày Phát Hành | 2016-05-04 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
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", "name": "Pinterest Is Broken", "manifest_version": 2, "version": "0.1", "description": "Removes Pinterest Nag Screen", "permissions": [ "tabs", "*:\/\/*.pinterest.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.pinterest.com\/*" ], "js": [ "pinterest_is_broken.js" ] } ] } |