What The Duck
A browser extension that replaces the F word with Duck
Vad är What The Duck?
What The Duck är en Chrome-tillägg utvecklad av http://usamaejaz.com, och dess huvudfunktion är "A browser extension that replaces the F word with Duck".
Tilläggsskärmbilder
Ladda ner What The Duck-förlängningens CRX-fil
Ladda ner What The Duck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | akcgddilpnbanfbhndpkfcfaemahiacg |
Officiell webbadress | https://chrome.google.com/webstore/detail/what-the-duck/akcgddilpnbanfbhndpkfcfaemahiacg |
Beskrivning | A browser extension that replaces the F word with Duck |
Filstorlek | 35.28 KB |
Antal Installationer | 73 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2018-01-22 |
Publiceringsdatum | 2018-01-22 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://usamaejaz.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://usamaejaz.com |
Stödda Språk | 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", " |