FA Ad Banner Nuker
Removes the third-party banner ads on Furaffinity
FA Ad Banner Nukerคืออะไร?
FA Ad Banner Nuker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Todd Slater และคุณลักษณะหลักของมันคือ "Removes the third-party banner ads on Furaffinity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FA Ad Banner Nuker
ดาวน์โหลดไฟล์ส่วนขยาย FA Ad Banner Nuker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A tiny Chrome extension that simply removes the (annoying) banner ad on the top of www.furaffinity.net, without affecting any of the internal ads at the bottom of the page. Also includes options to remove the in-house ads at the top and bottom of the page if desired (in addition to the third-party banner ad, which is always removed). Works in both the new and traditional site layouts! :3 ======= UPDATES ======= v1.0.13 - Added the ability to optionally remove the in-house ads at the bottom of the page. - Added the ability to optionally remove the in-house ads at the top right of the page in the legacy layout. - Added an options page to allow configuration and saving of the options above.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FA Ad Banner Nuker |
ID | bnkpjmdnjimfchafejmjbpnhjlojlpph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fa-ad-banner-nuker/bnkpjmdnjimfchafejmjbpnhjlojlpph |
คำอธิบาย | Removes the third-party banner ads on Furaffinity |
ขนาดไฟล์ | 20.6 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.0.13 |
อัปเดตครั้งล่าสุด | 2023-03-19 |
วันที่เผยแพร่ | 2016-01-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Todd Slater |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FA Ad Banner Nuker", "version": "1.0.13", "manifest_version": 3, "description": "Removes the third-party banner ads on Furaffinity", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "src\/html\/options.html", "open_in_tab": false }, "permissions": [ "storage" ], "action": { "default_popup": "src\/html\/options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.furaffinity.net\/*", "https:\/\/*.furaffinity.net\/*" ], "js": [ "src\/js\/main.js" ], "run_at": "document_end", "all_frames": true } ] } |