9GAG Unwanted
Filter unwanted posts from 9GAG
9GAG Unwantedคืออะไร?
9GAG Unwanted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wheatup และคุณลักษณะหลักของมันคือ "Filter unwanted posts from 9GAG"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 9GAG Unwanted
ดาวน์โหลดไฟล์ส่วนขยาย 9GAG Unwanted ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Block 9GAG posts based on tags and post titles!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 9GAG Unwanted |
ID | lnldkhdgiphhdgdfmjgpcgpihggimppd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/9gag-unwanted/lnldkhdgiphhdgdfmjgpcgpihggimppd |
คำอธิบาย | Filter unwanted posts from 9GAG |
ขนาดไฟล์ | 179 KB |
จำนวนการติดตั้ง | 86 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2022-09-21 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | wheatup |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "9GAG Unwanted", "short_name": "9GAG Unwanted", "version": "0.2.2", "description": "Filter unwanted posts from 9GAG", "background": { "service_worker": ".\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.9gag.com\/*" ], "author": "wheatup", "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/9gag-unwanted\/lnldkhdgiphhdgdfmjgpcgpihggimppd", "action": { "default_popup": "popup.html", "default_title": "9GAG Unwanted", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "css": [ "content.css" ], "matches": [ "*:\/\/*.9gag.com\/*" ], "js": [ "content.js" ] } ] } |