Cuck to Scary Ghost
Replaces the text 'Cuck' with 'Scary Ghost'.
Vad är Cuck to Scary Ghost?
Cuck to Scary Ghost är en Chrome-tillägg utvecklad av dhamster, och dess huvudfunktion är "Replaces the text 'Cuck' with 'Scary Ghost'.".
Tilläggsskärmbilder
Ladda ner Cuck to Scary Ghost-förlängningens CRX-fil
Ladda ner Cuck to Scary Ghost-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
Enhance your browsing experience by replacing every instance of the word "cuck" on a webpage with "scary ghost."
Contact: @dhamster on twitter
Github repo: https://github.com/dhamster/cuck-to-scary-ghost Grundläggande Information om Tillägg
| Namn | |
| ID | chkkhlgfgbadonejbgeoglicjoggnope |
| Officiell webbadress | https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope |
| Beskrivning | Replaces the text 'Cuck' with 'Scary Ghost'. |
| Filstorlek | 21.39 KB |
| Antal Installationer | 304 |
| Aktuell Version | 0.6 |
| Senast Uppdaterad | 2016-06-18 |
| Publiceringsdatum | 2016-06-18 |
| Betyg | 4.67/5 Totalt 18 Betyg |
| Utvecklare | dhamster |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/dhamster/cuck-to-scary-ghost |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cuck to Scary Ghost",
"version": "0.6",
"description": "Replaces the text 'Cuck' with 'Scary Ghost'.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |