Terrorists to Communists
Replaces terrorists with communists
Vad är Terrorists to Communists?
Terrorists to Communists är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces terrorists with communists".
Tilläggsskärmbilder
Ladda ner Terrorists to Communists-förlängningens CRX-fil
Ladda ner Terrorists to Communists-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
Communists are scary. But what's even scarier than communists? COMMUNISTS. The Red Scare returns, coming soon to a browser near you. McCarthyism, the Chrome extension.
Grundläggande Information om Tillägg
Namn | |
ID | pddpoicomcfeklpandjbocolimheohcn |
Officiell webbadress | https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn |
Beskrivning | Replaces terrorists with communists |
Filstorlek | 52.86 KB |
Antal Installationer | 72 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-10-18 |
Publiceringsdatum | 2015-10-18 |
Betyg | 2.18/5 Totalt 11 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ChimeraCoder/terrorists-to-communists |
Hjälpsida URL | https://github.com/ChimeraCoder/terrorists-to-communists/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Terrorists to Communists", "version": "1.0", "description": "Replaces terrorists with communists", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "Source\/content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |