True Unexpected Jihad
True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.
Cos'è True Unexpected Jihad?
True Unexpected Jihad è un'estensione di Chrome sviluppata da kmc, e la sua funzione principale è "True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione True Unexpected Jihad
Scarica i file di estensione True Unexpected Jihad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Similar to Really Unexpected Jihad, this will rename the subreddit on the front page to something different. The difference with True Unexpected Jihad is it will also fuzz the post score, the time posted, and the comment amount, offering a True Unexpected Jihad experience.
Informazioni di Base sull'Estensione
Nome | True Unexpected Jihad |
ID | ihglffdfnfdifnlgjecjbnpkjffciibm |
URL Ufficiale | https://chromewebstore.google.com/detail/true-unexpected-jihad/ihglffdfnfdifnlgjecjbnpkjffciibm |
Descrizione | True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name. |
Dimensione del File | 240 KB |
Conteggio Installazioni | 175 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-12-14 |
Data di Pubblicazione | 2015-12-13 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | kmc |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "True Unexpected Jihad", "short_name": "Truj", "description": "True Unexpected Jihad will fuzz \/r\/unexpectedjihad post scores, post time, comment amount, and subreddit name.", "version": "1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "page_action": { "default_title": "Click to edit subreddits to replace with", "default_icon": { "38": "icons\/icon38.png" } }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "js": [ "main.js" ], "matches": [ "*:\/\/*.reddit.com\/" ], "exclude_matches": [ "*:\/\/*.reddit.com\/r\/*" ] } ] } |