FA Ad Banner Nuker

Removes the third-party banner ads on Furaffinity

FA Ad Banner Nuker क्या है?

FA Ad Banner Nuker Todd Slater द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the third-party banner ads on Furaffinity"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FA Ad Banner Nuker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
        }
    ]
}