What The Duck
A browser extension that replaces the F word with Duck
Hvad er What The Duck?
What The Duck er en Chrome-udvidelse udviklet af http://usamaejaz.com, og dens hovedfunktion er "A browser extension that replaces the F word with Duck".
Udvidelsesskærmbilleder
Download What The Duck-udvidelses-CRX-fil
Download What The Duck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple browser extension which replaces the F word with "duck". Features: - Replaces the F word with "duck" - Allows you to exclude specific sites - Shows the count of ducks in browser toolbar
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | akcgddilpnbanfbhndpkfcfaemahiacg |
Officiel URL | https://chrome.google.com/webstore/detail/what-the-duck/akcgddilpnbanfbhndpkfcfaemahiacg |
Beskrivelse | A browser extension that replaces the F word with Duck |
Filstørrelse | 35.28 KB |
Antal Installationer | 73 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2018-01-22 |
Udgivelsesdato | 2018-01-22 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://usamaejaz.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://usamaejaz.com |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "webNavigation", " |