Not Enough Pinterest

Browse interest without an account.

Vad är Not Enough Pinterest?

Not Enough Pinterest är en Chrome-tillägg utvecklad av sclarklasley, och dess huvudfunktion är "Browse interest without an account.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Not Enough Pinterest-förlängningens CRX-fil

Ladda ner Not Enough Pinterest-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Not Enough Pinterest Not Enough Pinterest
ID ikjaahiemempijfcjjoogenebkamjpik
Officiell webbadress https://chrome.google.com/webstore/detail/not-enough-pinterest/ikjaahiemempijfcjjoogenebkamjpik
Beskrivning Browse interest without an account.
Filstorlek 11 KB
Antal Installationer 38
Aktuell Version 1.0
Senast Uppdaterad 2016-03-12
Publiceringsdatum 2016-03-12
Betyg 1.00/5 Totalt 5 Betyg
Utvecklare sclarklasley
Betalningssätt free
Tilläggswebbplats https://github.com/stonelasley/NoPinterest
Hjälpsida URL https://github.com/stonelasley/NoPinterest/issues
Stödda Språk 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"
        }
    ]
}