Shoutout To Simpleflips.
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Was ist Shoutout To Simpleflips.?
Shoutout To Simpleflips. ist eine Chrome-Erweiterung, die von yoshiquest entwickelt wurde, und ihr Hauptmerkmal ist "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".
Erweiterungsscreenshots
Shoutout To Simpleflips.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shoutout To Simpleflips.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | bbhbadaidmbhkdipoipcinggbcgllggi |
Offizielle URL | https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi |
Beschreibung | Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the… |
Dateigröße | 101 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2016-08-08 |
Veröffentlichungsdatum | 2016-08-07 |
Bewertung | 4.91/5 Insgesamt 11 Bewertungen |
Entwickler | yoshiquest |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |