Shoutout To Simpleflips.

Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…

Vad är Shoutout To Simpleflips.?

Shoutout To Simpleflips. är en Chrome-tillägg utvecklad av yoshiquest, och dess huvudfunktion är "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Shoutout To Simpleflips.-förlängningens CRX-fil

Ladda ner Shoutout To Simpleflips.-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

                        Wanna Shout Simp Out?

Well now you can, with the new Shoutout To Simpleflips Chrome Extension!

This extension replaces all the text it can find with "Shoutout to Simpleflips."

Please note that the extension can't always find all of the text (especially noticable on twitter). It still works for most websites though, including Youtube, Reddit, and even Stack Overflow!                    

Grundläggande Information om Tillägg

Namn Shoutout To Simpleflips. Shoutout To Simpleflips.
ID bbhbadaidmbhkdipoipcinggbcgllggi
Officiell webbadress https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi
Beskrivning Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Filstorlek 101 KB
Antal Installationer 31
Aktuell Version 1.0.0
Senast Uppdaterad 2016-08-08
Publiceringsdatum 2016-08-07
Betyg 4.91/5 Totalt 11 Betyg
Utvecklare yoshiquest
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shoutout To Simpleflips.",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "shoutout_to_simpleflips.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}