Layer Killer

This extension allows you to hide those pesky publicity layers that you find all over the internet with a single click.

Layer Killer क्या है?

Layer Killer mattogodoy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to hide those pesky publicity layers that you find all over the internet with a single click."।

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

screenshot

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

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

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

                        Are you tired of those dark layers above websites that force you to click on strange buttons or post on your social networks to see the content of said web?
This extension allows you to remove such layer simply by clicking on them.

To use it, you just need to click on the extension icon, and as it turns red, click on the item you want to delete and it will disappear. Repeat with all the elements you want.

That's it!
Enjoy.                    

एक्सटेंशन की मूल जानकारी

नाम Layer Killer Layer Killer
ID llhefklpdibfnnamgmhcnomibnefobbh
आधिकारिक URL https://chromewebstore.google.com/detail/layer-killer/llhefklpdibfnnamgmhcnomibnefobbh
विवरण This extension allows you to hide those pesky publicity layers that you find all over the internet with a single click.
फ़ाइल का आकार 22.13 KB
स्थापना संख्या 553
वर्तमान संस्करण 0.2
अंतिम अपडेट 2022-09-24
प्रकाशन तिथि 2015-06-03
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर mattogodoy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Layer Killer",
    "short_name": "Layer Killer",
    "version": "0.2",
    "homepage_url": "https:\/\/matto.io",
    "description": "This extension allows you to hide those pesky publicity layers that you find all over the internet with a single click.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Layer Killer"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "manifest_version": 2
}