Vaporfly Vaporizer
Removes Facebook comments and posts that mention Nike Supershoes
Vaporfly Vaporizerคืออะไร?
Vaporfly Vaporizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Removes Facebook comments and posts that mention Nike Supershoes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vaporfly Vaporizer
ดาวน์โหลดไฟล์ส่วนขยาย Vaporfly Vaporizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome Extension will hide (leaving a blank space) all posts or comments with Vaporfly, Alphafly, Next%, or 4%. If it is a post, it will hide the post AND all comments. If it is a comment, it will hide just the comment.12
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vaporfly Vaporizer |
ID | epccdegdcgopafaodmjhoibdebanphmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg |
คำอธิบาย | Removes Facebook comments and posts that mention Nike Supershoes |
ขนาดไฟล์ | 446 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-02-03 |
วันที่เผยแพร่ | 2020-02-03 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vaporfly Vaporizer", "short_name": "vapor(fly)izer", "version": "0.1", "icons": { "16": "no-vaporfly-16px.png", "48": "no-vaporfly-48px.png", "128": "no-vaporfly-icon.png" }, "description": "Removes Facebook comments and posts that mention Nike Supershoes", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "contentScript.js" ] } ], "manifest_version": 2 } |