Pinterest Is Broken
Removes Pinterest Nag Screen
Pinterest Is Brokenคืออะไร?
Pinterest Is Broken เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Removes Pinterest Nag Screen"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinterest Is Broken
ดาวน์โหลดไฟล์ส่วนขยาย Pinterest Is Broken ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | elcpandnedagdhbpfboghlddofbnjlab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pinterest-is-broken/elcpandnedagdhbpfboghlddofbnjlab |
คำอธิบาย | Removes Pinterest Nag Screen |
ขนาดไฟล์ | 3.35 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-05-04 |
วันที่เผยแพร่ | 2016-05-04 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |