No

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

ما هو No؟

No هو إضافة Chrome تم تطويرها بواسطة Emlyn O'Regan، والميزة الرئيسية لها هي "This is a No button for the web. Unhappy with a site? Just say no.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة No

قم بتنزيل ملفات الامتداد No بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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",
        "*:\/\/*\/"
    ]
}