Shoutout To Simpleflips.

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

Qu'est-ce que Shoutout To Simpleflips. ?

Shoutout To Simpleflips. est une extension Chrome développée par yoshiquest, et sa fonction principale est "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shoutout To Simpleflips.

Téléchargez les fichiers d'extension Shoutout To Simpleflips. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Shoutout To Simpleflips. Shoutout To Simpleflips.
ID bbhbadaidmbhkdipoipcinggbcgllggi
URL Officiel https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi
Description Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Taille du Fichier 101 KB
Nombre d'Installations 31
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-08-08
Date de Publication 2016-08-07
Évaluation 4.91/5 Total 11 Évaluations
Développeur yoshiquest
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}