Shoutout To Simpleflips.
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Shoutout To Simpleflips. क्या है?
Shoutout To Simpleflips. yoshiquest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shoutout To Simpleflips. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bbhbadaidmbhkdipoipcinggbcgllggi |
आधिकारिक URL | https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi |
विवरण | Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the… |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-08-08 |
प्रकाशन तिथि | 2016-08-07 |
रेटिंग | 4.91/5 कुल 11 रेटिंग्स |
डेवलपर | yoshiquest |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |