No

This is a No button for the web. Unhappy with a site? Just say no.

No क्या है?

No Emlyn O'Regan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a No button for the web. Unhappy with a site? Just say no."।

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

screenshot

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

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

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

                        Is a website annoying you with popups, redirects, animated banners, videos? Tell them NO with this app.

NO sends them a message in their site logs expressing your displeasure, then closes the tab.

Read more here: https://medium.com/@emlynoregan/a-no-button-for-the-web-60a8b4e78bd2

Update: Now it doesn't just close the tab, it'll back up through your history until you leave the site.                    

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

नाम No No
ID jmfapkolpjppffoknmidjmfdlnkicmkh
आधिकारिक URL https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh
विवरण This is a No button for the web. Unhappy with a site? Just say no.
फ़ाइल का आकार 45.99 KB
स्थापना संख्या 132
वर्तमान संस्करण 1.2
अंतिम अपडेट 2015-08-08
प्रकाशन तिथि 2015-08-08
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Emlyn O'Regan
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No",
    "description": "This is a No button for the web. Unhappy with a site? Just say no.",
    "version": "1.2",
    "author": "Emlyn O'Regan",
    "icons": {
        "16": "noicon16.png",
        "48": "noicon48.png",
        "128": "noicon128.png"
    },
    "browser_action": {
        "default_icon": "noicon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/"
    ]
}