Not Enough Pinterest

Browse interest without an account.

Not Enough Pinterest란 무엇입니까?

Not Enough Pinterest은(는) sclarklasley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse interest without an account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Not Enough Pinterest 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Have you ever landed on a pinterest page after a google search and been annoyed by that signup nag that creeps up to force you to create an account to look any further? This extension removes the overlay so you can browse in peace. Note, this does not yet work on the home page, and it may never work for that.                    

확장 프로그램 기본 정보

이름 Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
공식 URL https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
설명 Browse interest without an account.
파일 크기 11 KB
설치 횟수 38
현재 버전 1.0
최근 업데이트 2016-03-12
출시 날짜 2016-03-12
평점 1.00/5 총 5 개의 평점
개발자 sclarklasley
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/stonelasley/NoPinterest
도움말 페이지 URL https://github.com/stonelasley/NoPinterest/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not Enough Pinterest",
    "description": "Browse interest without an account.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.pinterest.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "src\/nopinterest.js"
            ],
            "run_at": "document_end"
        }
    ]
}