Stop Reclame

Get rid of ads for free!

Stop Reclame क्या है?

Stop Reclame https://stopreclame.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of ads for free!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Description:

- blocking ads
- deleting widgets of social networks
- users anonymity is increased (deleting counters and analytics systems)
- blocking 3rd party cookies
- notifications for members regarding malware extensions
- opportunity to send detailed reports
- opportunity to block any element on web site
- managing installed extensions
- opportunity to disable the extension at all or on concrete web site
- displaying statistics regarding blocked pages                    

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

नाम Stop Reclame Stop Reclame
ID ohmkcnojelglgphmkgmofjlmpoelccjh
आधिकारिक URL https://chromewebstore.google.com/detail/stop-reclame/ohmkcnojelglgphmkgmofjlmpoelccjh
विवरण Get rid of ads for free!
फ़ाइल का आकार 141 KB
स्थापना संख्या 24,198
वर्तमान संस्करण 3.0.0.0
अंतिम अपडेट 2022-10-05
प्रकाशन तिथि 2020-03-14
रेटिंग 4.66/5 कुल 1708 रेटिंग्स
डेवलपर https://stopreclame.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://stopreclame.com/privacy.html
समर्थित भाषाएँ de,en,en-GB,en-US,nl,pt-BR,pt-PT,sr,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stop Reclame",
    "version": "3.0.0.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ]
}