Shoutout To Simpleflips.

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

Wat is Shoutout To Simpleflips.?

Shoutout To Simpleflips. is een Chrome-extensie ontwikkeld door yoshiquest, en de belangrijkste functie is "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shoutout To Simpleflips.

Download Shoutout To Simpleflips.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Shoutout To Simpleflips. Shoutout To Simpleflips.
ID bbhbadaidmbhkdipoipcinggbcgllggi
Officiële URL https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi
Beschrijving Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Bestandsgrootte 101 KB
Aantal Installaties 31
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-08-08
Publicatiedatum 2016-08-07
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar yoshiquest
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}