Thin_promotions_on_Twitter_or_Google.
Thin promotions on Twitter or Google.
Wat is Thin_promotions_on_Twitter_or_Google.?
Thin_promotions_on_Twitter_or_Google. is een Chrome-extensie ontwikkeld door https://ikura.tokyo, en de belangrijkste functie is "Thin promotions on Twitter or Google.".
Extensie Screenshots
Download het CRX-bestand van de extensie Thin_promotions_on_Twitter_or_Google.
Download Thin_promotions_on_Twitter_or_Google.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
広告(Twitter,Google)を薄めて目立たなくします。 広告が紛らわしいですよね。 そこで、この拡張機能は広告を薄くします。 広告を非表示(ブロック)することも技術的には可能です。 それでは企業様の収入が途絶えてしまうため、薄めるぐらいが良いかと考え、開発しました。
Basisinformatie over de Extensie
Naam | Thin_promotions_on_Twitter_or_Google. |
ID | beojijiacaejjhocjmehhjbemjambhpf |
Officiële URL | https://chromewebstore.google.com/detail/thinpromotionsontwitteror/beojijiacaejjhocjmehhjbemjambhpf |
Beschrijving | Thin promotions on Twitter or Google. |
Bestandsgrootte | 40.02 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2020-09-04 |
Publicatiedatum | 2020-06-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://ikura.tokyo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ikura.tokyo/ |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.9", "description": "__MSG_extDesc__", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.2.1.min.js", "contentScripts.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/google.com\/*", "https:\/\/*.google.com\/*", "https:\/\/google.co.jp\/*", "https:\/\/*.google.co.jp\/*" ], "css": [ "style_google.css" ], "run_at": "document_idle" } ], "default_locale": "en", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "38": "icon38.png", "19": "icon19.png", "16": "icon16.png" } } |