The Church of Social Justice
Replaces every occurrence of certain key phrases for a more honest user experience
Vad är The Church of Social Justice?
The Church of Social Justice är en Chrome-tillägg utvecklad av Lo Ping, och dess huvudfunktion är "Replaces every occurrence of certain key phrases for a more honest user experience".
Tilläggsskärmbilder
Ladda ner The Church of Social Justice-förlängningens CRX-fil
Ladda ner The Church of Social Justice-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
Replaces every occurrence of certain key phrases for a more authentic and honest user experience. Grundläggande Information om Tillägg
| Namn | |
| ID | mjmedjkamfhiiafaekaemicbofipfpnd |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-church-of-social-just/mjmedjkamfhiiafaekaemicbofipfpnd |
| Beskrivning | Replaces every occurrence of certain key phrases for a more honest user experience |
| Filstorlek | 3.79 KB |
| Antal Installationer | 36 |
| Aktuell Version | 1.52 |
| Senast Uppdaterad | 2016-12-07 |
| Publiceringsdatum | 2016-12-06 |
| Betyg | 4.83/5 Totalt 6 Betyg |
| Utvecklare | Lo Ping |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Church of Social Justice",
"description": "Replaces every occurrence of certain key phrases for a more honest user experience",
"version": "1.52",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |