No

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

No란 무엇입니까?

No은(는) Emlyn O'Regan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a No button for the web. Unhappy with a site? Just say no."입니다.

확장 프로그램 스크린샷

screenshot

No 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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",
        "*:\/\/*\/"
    ]
}