Insta-Wow!

Eddy Wally will say wow when you click the toolbar button. There's also a 1 in 4 chance he'll say it at half or double speed! Wow!

Vad är Insta-Wow!?

Insta-Wow! är en Chrome-tillägg utvecklad av Ben Cheshire, och dess huvudfunktion är "Eddy Wally will say wow when you click the toolbar button. There's also a 1 in 4 chance he'll say it at half or double speed! Wow!".

Tilläggsskärmbilder

screenshot

Ladda ner Insta-Wow!-förlängningens CRX-fil

Ladda ner Insta-Wow!-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

                        Insta-Wow! The perfect certification for all those incredible moments.

Wally will pop up and say wow when you click the toolbar button. Press it some more times to be wowed even more!

This extension does not contain a persistent background process, and requires NO special permissions! Wow!                    

Grundläggande Information om Tillägg

Namn Insta-Wow! Insta-Wow!
ID kbdcjepncmkhgflbmmikjahojomfcina
Officiell webbadress https://chromewebstore.google.com/detail/insta-wow/kbdcjepncmkhgflbmmikjahojomfcina
Beskrivning Eddy Wally will say wow when you click the toolbar button. There's also a 1 in 4 chance he'll say it at half or double speed! Wow!
Filstorlek 600 KB
Antal Installationer 1,634
Aktuell Version 1.3
Senast Uppdaterad 2019-08-04
Publiceringsdatum 2019-08-04
Betyg 4.67/5 Totalt 15 Betyg
Utvecklare Ben Cheshire
E-post [email protected]
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta-Wow!",
    "version": "1.3.0.0",
    "manifest_version": 2,
    "description": "Eddy Wally will say wow when you click the toolbar button. There's also a 1 in 4 chance he'll say it at half or double speed! Wow!",
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "web_accessible_resources": [
        "video\/*",
        "img\/*"
    ],
    "version_name": "1.3"
}