Neymar Challenge

Make any webpage do the Neymar Challenge

Vad är Neymar Challenge?

Neymar Challenge är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Make any webpage do the Neymar Challenge".

Tilläggsskärmbilder

screenshot

Ladda ner Neymar Challenge-förlängningens CRX-fil

Ladda ner Neymar Challenge-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

                        Make any webpage do the Neymar Challenge                    

Grundläggande Information om Tillägg

Namn Neymar Challenge Neymar Challenge
ID akiplohaiffkeepkeojheejakomnagnk
Officiell webbadress https://chromewebstore.google.com/detail/neymar-challenge/akiplohaiffkeepkeojheejakomnagnk
Beskrivning Make any webpage do the Neymar Challenge
Filstorlek 12.43 KB
Antal Installationer 247
Aktuell Version 1.0.1
Senast Uppdaterad 2018-07-31
Publiceringsdatum 2018-07-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neymar Challenge",
    "description": "Make any webpage do the Neymar Challenge",
    "version": "1.0.1",
    "author": "Guilherme Garnier ",
    "homepage_url": "https:\/\/github.com\/ggarnier\/neymar-challenge",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Neymar Challenge",
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}