Thin_promotions_on_Twitter_or_Google.
Thin promotions on Twitter or Google.
Was ist Thin_promotions_on_Twitter_or_Google.?
Thin_promotions_on_Twitter_or_Google. ist eine Chrome-Erweiterung, die von https://ikura.tokyo entwickelt wurde, und ihr Hauptmerkmal ist "Thin promotions on Twitter or Google.".
Erweiterungsscreenshots
Thin_promotions_on_Twitter_or_Google.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thin_promotions_on_Twitter_or_Google.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
広告(Twitter,Google)を薄めて目立たなくします。 広告が紛らわしいですよね。 そこで、この拡張機能は広告を薄くします。 広告を非表示(ブロック)することも技術的には可能です。 それでは企業様の収入が途絶えてしまうため、薄めるぐらいが良いかと考え、開発しました。
Grundlegende Informationen zur Erweiterung
Name | Thin_promotions_on_Twitter_or_Google. |
ID | beojijiacaejjhocjmehhjbemjambhpf |
Offizielle URL | https://chromewebstore.google.com/detail/thinpromotionsontwitteror/beojijiacaejjhocjmehhjbemjambhpf |
Beschreibung | Thin promotions on Twitter or Google. |
Dateigröße | 40.02 KB |
Installationsanzahl | 46 |
Aktuelle Version | 1.0.9 |
Letztes Update | 2020-09-04 |
Veröffentlichungsdatum | 2020-06-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://ikura.tokyo |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ikura.tokyo/ |
Unterstützte Sprachen | 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" } } |