999.md Plus
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
999.md Plusคืออะไร?
999.md Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anjas และคุณลักษณะหลักของมันคือ "Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 999.md Plus
ดาวน์โหลดไฟล์ส่วนขยาย 999.md Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 999.md Plus |
ID | feighcddcaljbkbbokjjifkehpojcalj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj |
คำอธิบาย | Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи. |
ขนาดไฟล์ | 41.07 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-10-02 |
วันที่เผยแพร่ | 2014-10-02 |
คะแนน | 4.00/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | anjas |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "999.md Plus", "manifest_version": 2, "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/999.md\/*", "https:\/\/999.md\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/999.md\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |